@@ -14,16 +14,17 @@ def setUp(self):
1414 self .wizard_model = self .env ["wizard.export.fatturapa" ]
1515 self .tax_model = self .env ["account.tax" ]
1616
17- self .env .company .vat = "IT06363391001"
18- self .env .company .fatturapa_art73 = True
19- self .env .company .partner_id .street = "Via Milano, 1"
20- self .env .company .partner_id .city = "Roma"
21- self .env .company .partner_id .state_id = self .env .ref ("base.state_us_2" ).id
22- self .env .company .partner_id .zip = "00100"
23- self .env .company .partner_id .phone = "06543534343"
24- self .env .company .email = "info@yourcompany.example.com"
25- self .env .company .partner_id .country_id = self .env .ref ("base.it" ).id
26- self .env .company .fatturapa_fiscal_position_id = self .env .ref (
17+ company = self .env .company
18+ company .vat = "IT06363391001"
19+ company .fatturapa_art73 = True
20+ company .partner_id .street = "Via Milano, 1"
21+ company .partner_id .city = "Roma"
22+ company .partner_id .state_id = self .env .ref ("base.state_us_2" ).id
23+ company .partner_id .zip = "00100"
24+ company .partner_id .phone = "06543534343"
25+ company .email = "info@yourcompany.example.com"
26+ company .partner_id .country_id = self .env .ref ("base.it" ).id
27+ company .fatturapa_fiscal_position_id = self .env .ref (
2728 "l10n_it_fatturapa.fatturapa_RF01"
2829 ).id
2930
0 commit comments