We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c868c commit 7893867Copy full SHA for 7893867
2 files changed
l10n_ar_sale/__manifest__.py
@@ -1,6 +1,6 @@
1
{
2
"name": "Argentinian Sale Total Fields",
3
- "version": "18.0.1.1.0",
+ "version": "18.0.1.4.0",
4
"category": "Localization/Argentina",
5
"sequence": 14,
6
"author": "ADHOC SA",
l10n_ar_sale/views/sale_report_templates.xml
@@ -138,8 +138,9 @@
138
<span t-field="doc.client_order_ref"/>
139
</t>
140
141
- <t t-if="doc.is_module_installed('sale_stock')">
142
- <br/><strong>Incoterm:</strong><span t-field="doc.incoterm.name"/>
+ <t t-if="doc.is_module_installed('sale_stock') and doc.incoterm" name="incoterm">
+ <br/><strong>Incoterm:</strong>
143
+ <span t-field="doc.incoterm.code"/><span t-if="doc.incoterm_location" t-out="' - %s' % doc.incoterm_location"/>
144
145
146
</div>
0 commit comments