diff --git a/account_bank_statement_import_base/README.rst b/account_bank_statement_import_base/README.rst index e83688f1..90808287 100644 --- a/account_bank_statement_import_base/README.rst +++ b/account_bank_statement_import_base/README.rst @@ -4,6 +4,10 @@ Account Bank Statement Import ============================= +CAUTION: this module was renamed in the 9.0 branch to avoid conflicts with the +upstream account_bank_statement_import module added in odoo 9. Exercise caution +when porting. + This module add a generic wizard to import Bank Statements. It also extend the bank account module to sanitize the account number and extend the search method to use this field when searching on account_number. diff --git a/account_bank_statement_import_base/__openerp__.py b/account_bank_statement_import_base/__openerp__.py index 46807154..d3bd6098 100644 --- a/account_bank_statement_import_base/__openerp__.py +++ b/account_bank_statement_import_base/__openerp__.py @@ -16,5 +16,8 @@ 'demo/partner_bank.xml', ], 'auto_install': False, +# CAUTION: this module was renamed in the 9.0 branch to avoid conflicts with the +# upstream account_bank_statement_import module added in odoo 9. Exercise caution +# when porting. 'installable': False, }