Browse Source

[MIG] Make modules uninstallable

12.0-mig-module_prototyper
Pedro M. Baeza 9 years ago
committed by Nicolas JEUDY
parent
commit
bce462e40b
  1. 2
      module_prototyper/__openerp__.py

2
module_prototyper/__openerp__.py

@ -41,6 +41,6 @@
'views/ir_model_fields_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
'application': True,
}
Loading…
Cancel
Save