Browse Source

[MIG] Make modules uninstallable

pull/137/head
Pedro M. Baeza 9 years ago
committed by Fekete Mihai
parent
commit
65bfa28995
  1. 2
      account_bank_statement_import_mt940_base/__openerp__.py

2
account_bank_statement_import_mt940_base/__openerp__.py

@ -27,5 +27,5 @@
'depends': [
'account_bank_statement_import',
],
'installable': True
'installable': False
}
Loading…
Cancel
Save