diff --git a/l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py b/l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py index ff7c3581795..64b3cffdb1a 100644 --- a/l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py +++ b/l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py @@ -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