This commit is contained in:
2026-03-26 15:23:42 +01:00
parent d722b58f4e
commit f9010ddefd

View File

@@ -4009,15 +4009,15 @@
<table:table-column table:style-name="Tableau8.B" />
<table:table-row table:style-name="Tableau8.1">
<table:table-cell table:style-name="Tableau8.A1" office:value-type="string">
<text:p text:style-name="P14">At <text:placeholder text:placeholder-type="text">&lt;format_currency(invoice.lines[0].unit_price, invoice.party.lang, invoice.currency, digits=invoice.lines[0].__class__.unit_price.digits[1]) if invoice.lines else \'\'&gt;</text:placeholder><text:s />PER LB</text:p>
<text:p text:style-name="P14">At <text:placeholder text:placeholder-type="text">&lt;format_currency(invoice.lines[0].unit_price, invoice.party.lang, invoice.currency, digits=invoice.lines[0].__class__.unit_price.digits[1]) if invoice.lines else &apos;&apos;&gt;</text:placeholder><text:s />PER LB</text:p>
<text:p text:style-name="P14" />
<text:p text:style-name="P14">FREIGHT VALUE: <text:placeholder text:placeholder-type="text">&lt;invoice.currency.symbol if invoice.currency else 'USD'&gt;</text:placeholder><text:s /><text:placeholder text:placeholder-type="text">&lt;format_number(invoice.freight_amount, invoice.party.lang) if hasattr(invoice, \'freight_amount\') else \'\'&gt;</text:placeholder></text:p>
<text:p text:style-name="P14">FREIGHT VALUE: <text:placeholder text:placeholder-type="text">&lt;invoice.currency.symbol if invoice.currency else &apos;USD&apos;&gt;</text:placeholder><text:s /><text:placeholder text:placeholder-type="text">&lt;format_number(invoice.freight_amount, invoice.party.lang) if hasattr(invoice, &apos;freight_amount&apos;) else &apos;&apos;&gt;</text:placeholder></text:p>
<text:p text:style-name="P14" />
<text:p text:style-name="P14">
<text:soft-page-break />WE CERTIFY THAT THE MERCHANDISE IS OF BRAZIL ORIGIN</text:p>
<text:p text:style-name="P29">L/C NUMBER <text:placeholder text:placeholder-type="text">&lt;invoice.reference or ''&gt;</text:placeholder></text:p>
<text:p text:style-name="P29">IMPORTER H.S. CODE NOS. <text:placeholder text:placeholder-type="text">&lt;invoice.party_tax_identifier.type_string if invoice.party_tax_identifier else \'5201.0090\'&gt;</text:placeholder><text:s /></text:p>
<text:p text:style-name="P29">IMPORTER’S NTN <text:placeholder text:placeholder-type="text">&lt;invoice.party_tax_identifier.code if invoice.party_tax_identifier else \'\'&gt;</text:placeholder><text:s /></text:p>
<text:p text:style-name="P29">IMPORTER H.S. CODE NOS. <text:placeholder text:placeholder-type="text">&lt;invoice.party_tax_identifier.type_string if invoice.party_tax_identifier else &apos;5201.0090&apos;&gt;</text:placeholder><text:s /></text:p>
<text:p text:style-name="P29">IMPORTER’S NTN <text:placeholder text:placeholder-type="text">&lt;invoice.party_tax_identifier.code if invoice.party_tax_identifier else &apos;&apos;&gt;</text:placeholder><text:s /></text:p>
<text:p text:style-name="P29" />
</table:table-cell>
<table:table-cell table:style-name="Tableau8.A1" office:value-type="string">
@@ -4045,7 +4045,7 @@
<text:p text:style-name="P19">
<text:placeholder text:placeholder-type="text">&lt;for each=&quot;tax in invoice.taxes&quot;&gt;</text:placeholder>
</text:p>
<text:p text:style-name="P19">V.A.T. <text:placeholder text:placeholder-type="text">&lt;tax.description or \'\'&gt;</text:placeholder><text:s />RATE</text:p>
<text:p text:style-name="P19">V.A.T. <text:placeholder text:placeholder-type="text">&lt;tax.description or &apos;&apos;&gt;</text:placeholder><text:s />RATE</text:p>
<text:p text:style-name="P19">
<text:placeholder text:placeholder-type="text">&lt;/for&gt;</text:placeholder>
</text:p>