mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
fixup!
This commit is contained in:
@@ -82,9 +82,9 @@ class TestAccountMoveLineRmaOrderLine(common.SavepointCase):
|
||||
return user.id
|
||||
|
||||
@classmethod
|
||||
def _create_account_type(cls, name, account_type, internal_group):
|
||||
def _create_account_type(cls, name, atype, internal_group):
|
||||
acc_type = cls.acc_type_model.create(
|
||||
{"name": name, "type": account_type, "internal_group": internal_group}
|
||||
{"name": name, "type": atype, "internal_group": internal_group}
|
||||
)
|
||||
return acc_type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user