Skip to content

Commit

Permalink
[FIX] l10n_es_aeat_mod349: Remove peppol_eas field from tests
Browse files Browse the repository at this point in the history
Related to #3503
  • Loading branch information
victoralmau committed Oct 4, 2024
1 parent f9c0d93 commit 62ea4b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions l10n_es_aeat_mod349/tests/test_l10n_es_aeat_mod349.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,8 @@ def test_mod349_errors(self):
)
self.assertTrue(partner_record.partner_record_ok)
# Reset vat and country
# Peppol eas is set so peppol check does not fail
self.customer.write(
{
"vat": "BE0411905847",
"country_id": self.env.ref("base.be").id,
"peppol_eas": "9925",
}
{"vat": "BE0411905847", "country_id": self.env.ref("base.be").id}
)
model349_errors.button_recalculate()
partner_record = model349_errors.partner_record_ids.filtered(
Expand Down

0 comments on commit 62ea4b4

Please sign in to comment.