Skip to content

Commit

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

{
"name": "Suministro Inmediato de Información en el IVA: OSS",
"version": "15.0.1.0.1",
"version": "16.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"author": "FactorLibre, Tecnativa, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat_sii_oss/tests/test_l10n_es_aeat_sii.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class TestL10nEsAeatSiiBaseOss(TestL10nEsAeatSiiBase):
@classmethod
def setUpClass(cls):
super(TestL10nEsAeatSiiBaseOss, cls).setUpClass()
super().setUpClass()
account_fiscal_position_env = cls.env["account.fiscal.position"]
xml_id = "%s_account_tax_template_s_oss20" % cls.company.id
cls.tax_fr_20 = cls._get_or_create_tax(xml_id, "Test tax 20%", "sale", 20)
Expand Down

0 comments on commit d8d496c

Please sign in to comment.