Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damdam-s committed Jan 22, 2025
1 parent b56cdc5 commit a22ce6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
class TestTemplateAttachExistingAttachment(TransactionCase, MockEmail):
@classmethod
def _create_invoice(cls):
account_type = cls.env.ref("account.data_account_type_other_income")
#account_type = cls.env.ref("account.data_account_type_other_income")
income_account = cls.env["account.account"].search(
[
("user_type_id", "=", account_type.id),
("account_type", "=", "income_other"),
("company_id", "=", cls.env.company.id),
],
limit=1,
Expand Down

0 comments on commit a22ce6c

Please sign in to comment.