Browse Source

Make modules uninstallable

pull/202/head
Pedro M. Baeza 9 years ago
committed by Alexis de Lattre
parent
commit
331f4f8887
  1. 2
      account_bank_statement_import_save_file/__openerp__.py

2
account_bank_statement_import_save_file/__openerp__.py

@ -37,7 +37,7 @@
],
"post_init_hook": '_post_init_hook',
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],

Loading…
Cancel
Save