Skip to content

Commit

Permalink
[FIX] sale_invoice_plan, test error
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu committed Dec 6, 2024
1 parent bc415bd commit 0c34511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_invoice_plan/tests/test_sale_invoice_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUpClass(cls):
}

# Create base account to simulate a chart of account
user_type_payable = cls.env.ref("account.data_account_type_payable")
user_type_payable = cls.company_data['default_account_payable']
cls.account_payable = cls.env["account.account"].create(
{
"code": "NC1110",
Expand Down

0 comments on commit 0c34511

Please sign in to comment.