mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[MIG]account_statement_import_online_ponto: Migration to 15.0
This commit is contained in:
@@ -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)",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user