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+ << << << < 2 c0c8ad3f95fad378692db264f53d48d0055067c
34 "version" : "19.0.1.1.0" ,
5+ | | | | | | | 69 ab90fcc6216e25bdf175730f36b6d7920c4eb3
6+ "version" : "18.0.1.7.0" ,
7+ == == == =
8+ "version" : "18.0.1.8.0" ,
9+ >> >> >> > fb489ab592c60a5f6aea4b5b7ed7c91c9ae26e76
410 "category" : "Localization/Argentina" ,
511 "sequence" : 14 ,
612 "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