Browse Source

[MIG] Make modules uninstallable

pull/523/head
Pedro M. Baeza 9 years ago
committed by Jairo Llopis
parent
commit
eff941555c
  1. 2
      base_location/__openerp__.py

2
base_location/__openerp__.py

@ -47,6 +47,6 @@
'demo': [
'demo/better_zip.xml',
],
'installable': True,
'installable': False,
'active': False,
}
Loading…
Cancel
Save