Browse Source

[MIG] Make modules uninstallable

pull/44/head
Pedro M. Baeza 9 years ago
parent
commit
1df2087f32
  1. 2
      account_bank_statement_import/__openerp__.py
  2. 2
      account_bank_statement_import_camt/__openerp__.py
  3. 2
      account_bank_statement_import_mt940_base/__openerp__.py
  4. 2
      account_bank_statement_import_mt940_nl_ing/__openerp__.py
  5. 2
      account_bank_statement_import_mt940_nl_rabo/__openerp__.py
  6. 2
      account_bank_statement_import_ofx/__openerp__.py
  7. 2
      account_bank_statement_import_qif/__openerp__.py
  8. 2
      account_bank_statement_import_save_file/__openerp__.py
  9. 2
      base_bank_account_number_unique/__openerp__.py

2
account_bank_statement_import/__openerp__.py

@ -16,5 +16,5 @@
'demo/partner_bank.xml',
],
'auto_install': False,
'installable': True,
'installable': False,
}

2
account_bank_statement_import_camt/__openerp__.py

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

2
account_bank_statement_import_mt940_base/__openerp__.py

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

2
account_bank_statement_import_mt940_nl_ing/__openerp__.py

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

2
account_bank_statement_import_mt940_nl_rabo/__openerp__.py

@ -27,6 +27,6 @@
'account_bank_statement_import_mt940_base'
],
'auto_install': False,
'installable': True,
'installable': False,
'application': False,
}

2
account_bank_statement_import_ofx/__openerp__.py

@ -16,5 +16,5 @@
'python': ['ofxparse'],
},
'auto_install': False,
'installable': True,
'installable': False,
}

2
account_bank_statement_import_qif/__openerp__.py

@ -12,5 +12,5 @@
'account_bank_statement_import'
],
'auto_install': False,
'installable': True,
'installable': False,
}

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': [],

2
base_bank_account_number_unique/__openerp__.py

@ -29,5 +29,5 @@
],
"post_init_hook": "post_init_hook",
"auto_install": False,
"installable": True,
'installable': False,
}
Loading…
Cancel
Save