[MIG]account_statement_import_online_ponto: Migration to 15.0

This commit is contained in:
manu
2022-04-13 14:03:04 +02:00
committed by Christian
parent ed016f97c8
commit 2f39fc96d2
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{ {
"name": "Online Bank Statements: MyPonto.com", "name": "Online Bank Statements: MyPonto.com",
"version": "14.0.2.0.0", "version": "15.0.1.0.0",
"category": "Account", "category": "Account",
"website": "https://github.com/OCA/bank-statement-import", "website": "https://github.com/OCA/bank-statement-import",
"author": "Florent de Labarre, Therp BV, Odoo Community Association (OCA)", "author": "Florent de Labarre, Therp BV, Odoo Community Association (OCA)",

View File

@@ -137,6 +137,8 @@ class TestAccountStatementImportOnlinePonto(common.TransactionCase):
self.AccountBankStatementLine = self.env["account.bank.statement.line"] self.AccountBankStatementLine = self.env["account.bank.statement.line"]
self.AccountStatementPull = self.env["online.bank.statement.pull.wizard"] self.AccountStatementPull = self.env["online.bank.statement.pull.wizard"]
self.currency_eur.write({"active": True})
self.bank_account = self.ResPartnerBank.create( self.bank_account = self.ResPartnerBank.create(
{ {
"acc_number": "FR0214508000302245362775K46", "acc_number": "FR0214508000302245362775K46",