From 2f39fc96d283d62f1d545e3f11bcd27f2f61ddc0 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 13 Apr 2022 14:03:04 +0200 Subject: [PATCH] [MIG]account_statement_import_online_ponto: Migration to 15.0 --- account_statement_import_online_ponto/__manifest__.py | 2 +- .../tests/test_account_statement_import_online_ponto.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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",