diff --git a/account_bank_statement_import/__openerp__.py b/account_bank_statement_import/__openerp__.py index b7a9557..4680715 100644 --- a/account_bank_statement_import/__openerp__.py +++ b/account_bank_statement_import/__openerp__.py @@ -16,5 +16,5 @@ 'demo/partner_bank.xml', ], 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/account_bank_statement_import_camt/__openerp__.py b/account_bank_statement_import_camt/__openerp__.py index 47113f3..a59c096 100644 --- a/account_bank_statement_import_camt/__openerp__.py +++ b/account_bank_statement_import_camt/__openerp__.py @@ -30,5 +30,5 @@ 'demo': [ 'demo/demo_data.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_bank_statement_import_mt940_base/__openerp__.py b/account_bank_statement_import_mt940_base/__openerp__.py index 6cef8dc..5aee03c 100644 --- a/account_bank_statement_import_mt940_base/__openerp__.py +++ b/account_bank_statement_import_mt940_base/__openerp__.py @@ -27,5 +27,5 @@ 'depends': [ 'account_bank_statement_import', ], - 'installable': True + 'installable': False } diff --git a/account_bank_statement_import_mt940_nl_ing/__openerp__.py b/account_bank_statement_import_mt940_nl_ing/__openerp__.py index 4236955..f7f85b3 100644 --- a/account_bank_statement_import_mt940_nl_ing/__openerp__.py +++ b/account_bank_statement_import_mt940_nl_ing/__openerp__.py @@ -30,5 +30,5 @@ 'demo': [ 'demo/demo_data.xml', ], - 'installable': True + 'installable': False } diff --git a/account_bank_statement_import_mt940_nl_rabo/__openerp__.py b/account_bank_statement_import_mt940_nl_rabo/__openerp__.py index c01e7e3..27e49b5 100644 --- a/account_bank_statement_import_mt940_nl_rabo/__openerp__.py +++ b/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, } diff --git a/account_bank_statement_import_ofx/__openerp__.py b/account_bank_statement_import_ofx/__openerp__.py index 329859e..275bff9 100644 --- a/account_bank_statement_import_ofx/__openerp__.py +++ b/account_bank_statement_import_ofx/__openerp__.py @@ -16,5 +16,5 @@ 'python': ['ofxparse'], }, 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/account_bank_statement_import_qif/__openerp__.py b/account_bank_statement_import_qif/__openerp__.py index 14a81a0..4c54418 100644 --- a/account_bank_statement_import_qif/__openerp__.py +++ b/account_bank_statement_import_qif/__openerp__.py @@ -12,5 +12,5 @@ 'account_bank_statement_import' ], 'auto_install': False, - 'installable': True, + 'installable': False, } diff --git a/account_bank_statement_import_save_file/__openerp__.py b/account_bank_statement_import_save_file/__openerp__.py index bdf5a38..9cabc98 100644 --- a/account_bank_statement_import_save_file/__openerp__.py +++ b/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': [], diff --git a/base_bank_account_number_unique/__openerp__.py b/base_bank_account_number_unique/__openerp__.py index 9e6f23d..c56b590 100644 --- a/base_bank_account_number_unique/__openerp__.py +++ b/base_bank_account_number_unique/__openerp__.py @@ -29,5 +29,5 @@ ], "post_init_hook": "post_init_hook", "auto_install": False, - "installable": True, + 'installable': False, }