Skip to content

Commit

Permalink
Merge PR #4059 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Mar 6, 2025
2 parents 79c814e + aa1960e commit a2e7d65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# © 2023 FactorLibre - Alejandro Ji Cheung <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.addons.l10n_es_aeat_sii_oca.tests.test_l10n_es_aeat_sii import (
TestL10nEsAeatSii,
TestL10nEsAeatSiiBase,
)


class TestL10nEsAeatSiiTaxfree(TestL10nEsAeatSii):
class TestL10nEsAeatSiiTaxfree(TestL10nEsAeatSiiBase):
def test_tax_free_sii(self):
"""Test that the invoice is correctly generated."""
fiscal_position = self.env["account.fiscal.position"].create(
Expand Down

0 comments on commit a2e7d65

Please sign in to comment.