add caution note for porters

This commit is contained in:
Alexandre Fayolle
2016-01-07 11:35:25 +01:00
parent 55a7eed513
commit 6f5f4bf5ac
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -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,
}