diff --git a/account_statement_import_online_ponto/__manifest__.py b/account_statement_import_online_ponto/__manifest__.py index db6ec170..ea938f98 100644 --- a/account_statement_import_online_ponto/__manifest__.py +++ b/account_statement_import_online_ponto/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Online Bank Statements: MyPonto.com", - "version": "14.0.2.0.0", + "version": "15.0.1.0.0", "category": "Account", "website": "https://github.com/OCA/bank-statement-import", "author": "Florent de Labarre, Therp BV, Odoo Community Association (OCA)", diff --git a/account_statement_import_online_ponto/tests/test_account_statement_import_online_ponto.py b/account_statement_import_online_ponto/tests/test_account_statement_import_online_ponto.py index fdd1411c..5fd8f7ca 100644 --- a/account_statement_import_online_ponto/tests/test_account_statement_import_online_ponto.py +++ b/account_statement_import_online_ponto/tests/test_account_statement_import_online_ponto.py @@ -137,6 +137,8 @@ class TestAccountStatementImportOnlinePonto(common.TransactionCase): self.AccountBankStatementLine = self.env["account.bank.statement.line"] self.AccountStatementPull = self.env["online.bank.statement.pull.wizard"] + self.currency_eur.write({"active": True}) + self.bank_account = self.ResPartnerBank.create( { "acc_number": "FR0214508000302245362775K46",