Browse Source

[MIG] Make modules uninstallable

pull/436/head
Pedro M. Baeza 8 years ago
parent
commit
fe4b300ca9
  1. 2
      web_access_rule_buttons/__openerp__.py
  2. 2
      web_dialog_size/__openerp__.py
  3. 2
      web_duplicate_visibility/__openerp__.py
  4. 2
      web_easy_switch_company/__openerp__.py
  5. 2
      web_environment_ribbon/__openerp__.py
  6. 2
      web_favicon/__openerp__.py
  7. 2
      web_hide_db_manager_link/__openerp__.py
  8. 1
      web_notify/__openerp__.py
  9. 2
      web_readonly_bypass/__openerp__.py
  10. 2
      web_searchbar_full_width/__openerp__.py
  11. 2
      web_send_message_popup/__openerp__.py
  12. 2
      web_sheet_full_width/__openerp__.py
  13. 2
      web_translate_dialog/__openerp__.py
  14. 2
      web_tree_image/__openerp__.py
  15. 2
      web_widget_color/__openerp__.py
  16. 2
      web_widget_float_formula/__openerp__.py
  17. 2
      web_widget_image_download/__openerp__.py
  18. 2
      web_widget_many2many_tags_multi_selection/__openerp__.py
  19. 2
      web_widget_timepicker/__openerp__.py
  20. 2
      web_widget_x2many_2d_matrix/__openerp__.py

2
web_access_rule_buttons/__openerp__.py

@ -13,5 +13,5 @@
'website': 'http://www.camptocamp.com',
'data': ['views/web_access_rule_buttons.xml',
],
'installable': True,
'installable': False,
}

2
web_dialog_size/__openerp__.py

@ -48,5 +48,5 @@
'data': [
'view/qweb.xml',
],
'installable': True,
'installable': False,
}

2
web_duplicate_visibility/__openerp__.py

@ -11,7 +11,7 @@
" Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"base",
"web",

2
web_easy_switch_company/__openerp__.py

@ -36,6 +36,6 @@
'qweb': [
'static/src/xml/switch_company.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

2
web_environment_ribbon/__openerp__.py

@ -22,5 +22,5 @@
"update_xml": [],
"demo_xml": [],
"auto_install": False,
"installable": True
'installable': False
}

2
web_favicon/__openerp__.py

@ -19,5 +19,5 @@
"views/res_company.xml",
'views/templates.xml',
],
"installable": True,
'installable': False,
}

2
web_hide_db_manager_link/__openerp__.py

@ -13,5 +13,5 @@
'summary': 'Hide link to database manager in login screen',
'depends': ['web'],
'data': ['views/webclient_templates.xml'],
'installable': True,
'installable': False,
}

1
web_notify/__openerp__.py

@ -19,4 +19,5 @@
],
'demo': [
],
'installable': False,
}

2
web_readonly_bypass/__openerp__.py

@ -36,6 +36,6 @@
'data': [
'views/readonly_bypass.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

2
web_searchbar_full_width/__openerp__.py

@ -33,5 +33,5 @@
"data": [
'views/templates.xml',
],
'installable': True,
'installable': False,
}

2
web_send_message_popup/__openerp__.py

@ -12,6 +12,6 @@
'website': 'http://www.camptocamp.com',
'data': ['views/web_send_message_popup.xml'
],
'installable': True,
'installable': False,
'auto_install': False,
}

2
web_sheet_full_width/__openerp__.py

@ -43,6 +43,6 @@ Icon courtesy of http://www.picol.org/ (size_width.svg)
"view/qweb.xml",
],
"auto_install": False,
'installable': True,
'installable': False,
"application": False,
}

2
web_translate_dialog/__openerp__.py

@ -13,7 +13,7 @@
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"web",
],

2
web_tree_image/__openerp__.py

@ -44,5 +44,5 @@
'data': [
'view/assets.xml',
],
'installable': True,
'installable': False,
}

2
web_widget_color/__openerp__.py

@ -23,6 +23,6 @@
],
'license': 'AGPL-3',
'auto_install': False,
'installable': True,
'installable': False,
'web_preload': True,
}

2
web_widget_float_formula/__openerp__.py

@ -17,6 +17,6 @@
'data': [
'views/web_widget_float_formula.xml',
],
'installable': True,
'installable': False,
'application': False,
}

2
web_widget_image_download/__openerp__.py

@ -10,7 +10,7 @@
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "LGPL-3",
"application": False,
"installable": True,
'installable': False,
"data": [
"views/assets.xml",
],

2
web_widget_many2many_tags_multi_selection/__openerp__.py

@ -31,6 +31,6 @@
'data': [
'views/web_widget_many2many_tags_multi_selection.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

2
web_widget_timepicker/__openerp__.py

@ -8,7 +8,7 @@
"license": "AGPL-3",
"category": "Web",
"website": "http://www.vividlab.de",
"installable": True,
'installable': False,
"depends": [
"web",
],

2
web_widget_x2many_2d_matrix/__openerp__.py

@ -21,5 +21,5 @@
"qweb": [
'static/src/xml/web_widget_x2many_2d_matrix.xml',
],
"installable": True,
'installable': False,
}
Loading…
Cancel
Save