Browse Source

[MIG] Make modules uninstallable

pull/76/head
Pedro M. Baeza 8 years ago
parent
commit
848e1358fd
  1. 2
      report_qweb_element_page_visibility/__openerp__.py
  2. 5
      report_xlsx/__openerp__.py

2
report_qweb_element_page_visibility/__openerp__.py

@ -10,7 +10,7 @@
"website": "https://odoo-community.org/",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
'data': [
'views/layouts.xml',
],

5
report_xlsx/__openerp__.py

@ -12,8 +12,11 @@
'category': 'Reporting',
'version': '9.0.1.0.0',
'license': 'AGPL-3',
'external_dependencies': {'python': ['xlsxwriter']},
'external_dependencies': {'python': ['xlsxwriter'],
'installable': False,
},
'depends': [
'base',
],
'installable': False,
}
Loading…
Cancel
Save