[MIG][15.0]account_payment_order_return:Migration to 15.0

This commit is contained in:
Ruchir Shukla
2023-03-06 12:30:59 +05:30
parent e8c8f35a47
commit 2c3ee58f37
2 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
{
"name": "Account Payment Order Return",
"version": "14.0.1.0.2",
"version": "15.0.1.0.0",
"category": "Banking addons",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
"depends": ["account_payment_return", "account_payment_order"],
"data": ["wizards/account_payment_line_create_view.xml"],

View File

@@ -10,7 +10,7 @@ from odoo.tests import common
from odoo.tests.common import Form
class TestAccountPaymentOrderReturn(common.SavepointCase):
class TestAccountPaymentOrderReturn(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
@@ -68,7 +68,7 @@ class TestAccountPaymentOrderReturn(common.SavepointCase):
"active_id": self.payment_order.id,
}
)
wizard = wizard_o.with_context(context).create(
wizard = wizard_o.with_context(**context).create(
{
"order_id": self.payment_order.id,
"journal_ids": [