Skip to content

Commit

Permalink
Merge PR OCA#3535 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 17, 2024
2 parents c9c9630 + 41f5fc5 commit a5a4023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def _chart_of_accounts_create(cls):
{"company_ids": [(4, cls.company.id)], "company_id": cls.company.id}
)
chart = cls.env["account.chart.template"]
chart.try_loading(template_code="es_pymes", company=cls.company)
chart.try_loading(
template_code="es_pymes", company=cls.company, install_demo=False
)
cls.with_context(company_id=cls.company.id)
return True

Expand Down

0 comments on commit a5a4023

Please sign in to comment.