File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : "Argentinian Sale Total Fields" ,
3- "version" : "19.0.1.1 .0" ,
3+ "version" : "19.0.1.2 .0" ,
44 "category" : "Localization/Argentina" ,
55 "sequence" : 14 ,
66 "author" : "ADHOC SA" ,
Original file line number Diff line number Diff line change 33
44 <template id =" report_saleorder_raw" inherit_id =" sale.report_saleorder_raw" >
55 <t t-call =" sale.report_saleorder_document" position =" attributes" >
6- <attribute name =" t-call" >#{ doc._get_name_sale_report('sale.report_saleorder_document') }</attribute >
6+ <attribute name =" t-if" add =" doc.company_id.country_code != 'AR'" separator =" and" />
7+ </t >
8+ <t t-call =" sale.report_saleorder_document" position =" after" >
9+ <t t-call =" l10n_ar_sale.report_saleorder_document" t-if =" doc.company_id.country_code == 'AR'" />
710 </t >
811 </template >
912
1013 <template id =" report_saleorder_pro_forma" inherit_id =" sale.report_saleorder_pro_forma" >
1114 <t t-call =" sale.report_saleorder_document" position =" attributes" >
12- <attribute name =" t-call" >#{ doc._get_name_sale_report('sale.report_saleorder_document') }</attribute >
15+ <attribute name =" t-if" add =" doc.company_id.country_code != 'AR'" separator =" and" />
16+ </t >
17+ <t t-call =" sale.report_saleorder_document" position =" after" >
18+ <t t-call =" l10n_ar_sale.report_saleorder_document" t-if =" doc.company_id.country_code == 'AR'" />
1319 </t >
1420 </template >
1521
You can’t perform that action at this time.
0 commit comments