mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[14.0][FIX] avoid conflict with enterprise module account_bank_statement_import
This commit is contained in:
committed by
Alexis de Lattre
parent
79f7941873
commit
9874555845
@@ -22,7 +22,7 @@ class AccountJournal(models.Model):
|
||||
rslt.append(("file_import", _("Import") + "(" + import_formats_str + ")"))
|
||||
return rslt
|
||||
|
||||
def import_statement(self):
|
||||
def import_account_statement(self):
|
||||
"""return action to import bank/cash statements.
|
||||
This button should be called only on journals with type =='bank'"""
|
||||
action = (
|
||||
|
||||
Reference in New Issue
Block a user