Browse Source

[MIG] Make modules uninstallable

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

2
module_prototyper/__openerp__.py

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