Skip to content

Commit

Permalink
FIX l10n_it_vat_statement_communication: company fiscal code is not p…
Browse files Browse the repository at this point in the history
…ersonal
  • Loading branch information
eLBati committed Feb 29, 2024
1 parent af29574 commit 1526a08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ def test_onchange_company(self):
old_company = comunicazione_liquidazione.company_id

old_company.partner_id.write(
{"vat": "IT12345670017", "fiscalcode": "FNCPLC19D01I168X"}
{"vat": "IT12345670017", "fiscalcode": "12345670017"}
)

company = self.env["res.company"].create(
{"name": "foo", "vat": "IT12345670017", "fiscalcode": "FNCPLC19D01I168X"}
{"name": "foo", "vat": "IT12345670017", "fiscalcode": "12345670017"}
)

with Form(comunicazione_liquidazione) as invoice_form:
Expand Down

0 comments on commit 1526a08

Please sign in to comment.