mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
add caution note for porters
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user