Browse Source

[MIG] Make modules uninstallable

pull/1261/head
Pedro M. Baeza 8 years ago
committed by Akim Juillerat
parent
commit
1a718e6760
  1. 2
      configuration_helper/__openerp__.py
  2. 2
      test_configuration_helper/__openerp__.py

2
configuration_helper/__openerp__.py

@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/',
'data': [],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,

2
test_configuration_helper/__openerp__.py

@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/',
'data': [],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,

Loading…
Cancel
Save