mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG][15.0]account_payment_order_return:Migration to 15.0
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user