Skip to content

Commit

Permalink
[MIG] l10n_es_aeat_mod303_oss: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoBM committed Jun 2, 2023
1 parent f905538 commit bde4a5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_es_aeat_mod303_oss/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "AEAT modelo 303 - OSS",
"version": "15.0.1.1.0",
"version": "16.0.1.0.0",
"category": "Accounting",
"author": "PESOL, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
Expand Down
10 changes: 10 additions & 0 deletions l10n_es_aeat_mod303_oss/tests/test_l10n_es_aeat_mod303_oss.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ class TestL10nEsAeatMod303(TestL10nEsAeatMod303Base):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env(
context=dict(
cls.env.context,
mail_create_nolog=True,
mail_create_nosubscribe=True,
mail_notrack=True,
no_reset_password=True,
tracking_disable=True,
)
)
cls.oss_country = cls.env.ref("base.fr")
general_tax = cls.env.ref(
"l10n_es.%s_account_tax_template_s_iva21b" % cls.company.id
Expand Down

0 comments on commit bde4a5b

Please sign in to comment.