Browse Source

[MIG] Make modules uninstallable

pull/158/head
Pedro M. Baeza 9 years ago
committed by Maxence Groine
parent
commit
eade72471b
  1. 2
      account_bank_statement_import_camt/__openerp__.py

2
account_bank_statement_import_camt/__openerp__.py

@ -30,5 +30,5 @@
'demo': [ 'demo': [
'demo/demo_data.xml', 'demo/demo_data.xml',
], ],
'installable': True,
'installable': False,
} }
Loading…
Cancel
Save