File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
l10n_it_fatturapa_out/data Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -333,9 +333,15 @@ e 'line' per riga di fattura (a seconda del livello in cui sono chiamati)
333
333
<!-- <ProvinciaAlbo t-out=""/>-->
334
334
<!-- <NumeroIscrizioneAlbo t-out=""/>-->
335
335
<!-- <DataIscrizioneAlbo t-out=""/>-->
336
- <RegimeFiscale >RF01</RegimeFiscale >
337
- <!-- TODO: see https://github.com/OCA/l10n-italy/issues/2557-->
338
- <!-- t-out="partner_id.fatturapa_fiscal_position_id.code"-->
336
+ <t t-if =" company_id and company_id.fatturapa_fiscal_position_id" >
337
+ <RegimeFiscale
338
+ t-out =" company_id.fatturapa_fiscal_position_id.code"
339
+ />
340
+ </t >
341
+ <t t-if =" not company_id" >
342
+ <RegimeFiscale >RF01</RegimeFiscale >
343
+ </t >
344
+ <!-- NOTE: see https://github.com/OCA/l10n-italy/issues/2557 -->
339
345
</DatiAnagrafici >
340
346
<Sede >
341
347
<t
@@ -706,6 +712,7 @@ e 'line' per riga di fattura (a seconda del livello in cui sono chiamati)
706
712
<t
707
713
t-call =" l10n_it_fatturapa_out.account_invoice_it_cedente_prestatore"
708
714
>
715
+ <t t-set =" company_id" t-value =" company_id" />
709
716
<t t-set =" partner_id" t-value =" company_id.partner_id" />
710
717
</t >
711
718
<t
You can’t perform that action at this time.
0 commit comments