Browse Source

[MIG] Make modules uninstallable

pull/240/head
Pedro M. Baeza 8 years ago
parent
commit
353b904cd1
  1. 2
      account_financial_report_qweb/__openerp__.py
  2. 2
      mis_builder/__openerp__.py

2
account_financial_report_qweb/__openerp__.py

@ -37,7 +37,7 @@
], ],
'test': [ 'test': [
], ],
'installable': True,
'installable': False,
'application': True, 'application': True,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',

2
mis_builder/__openerp__.py

@ -40,7 +40,7 @@
'qweb': [ 'qweb': [
'static/src/xml/*.xml' 'static/src/xml/*.xml'
], ],
'installable': True,
'installable': False,
'application': True, 'application': True,
'license': 'AGPL-3', 'license': 'AGPL-3',
} }
Loading…
Cancel
Save