Browse Source

add caution note for porters

pull/53/head
Alexandre Fayolle 9 years ago
parent
commit
6f5f4bf5ac
  1. 4
      account_bank_statement_import_base/README.rst
  2. 3
      account_bank_statement_import_base/__openerp__.py

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

3
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,
}
Loading…
Cancel
Save