From afdd4357ff10cf4a40ed5bcf4e08f199be8623ee Mon Sep 17 00:00:00 2001 From: eLBati Date: Thu, 29 Feb 2024 18:25:10 +0100 Subject: [PATCH] FIX l10n_it_vat_statement_communication: company fiscal code is not personal --- .../tests/test_vat_statement_communication.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_it_vat_statement_communication/tests/test_vat_statement_communication.py b/l10n_it_vat_statement_communication/tests/test_vat_statement_communication.py index a22a794665bf..77190081a369 100644 --- a/l10n_it_vat_statement_communication/tests/test_vat_statement_communication.py +++ b/l10n_it_vat_statement_communication/tests/test_vat_statement_communication.py @@ -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: