We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46752dc commit 945e491Copy full SHA for 945e491
1 file changed
l10n_ar_stock/views/report_deliveryslip.xml
@@ -27,7 +27,7 @@
27
28
<!-- custom header and footer -->
29
<t t-set="o" position="after">
30
- <t t-set="custom_header" t-value="'l10n_ar.custom_header'"/>
+ <t t-set="custom_header" t-value="o.company_id.country_id.code == 'AR' and 'l10n_ar.custom_header' or False"/>
31
<t t-set="report_date" t-value="o.date_done"/>
32
<t t-set="report_number" t-value="o.vouchers or o.name"/>
33
<t t-set="pre_printed_report" t-value="o.book_id.lines_per_voucher"/>
0 commit comments