This commit is contained in:
Jordi Ballester
2022-05-12 17:14:39 +02:00
parent 8eaf422c57
commit 0e3b4e6bd1

View File

@@ -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