We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ff380 commit ebeae18Copy full SHA for ebeae18
2 files changed
l10n_ar_sale/__manifest__.py
@@ -1,6 +1,6 @@
1
{
2
'name': 'Argentinian Sale Total Fields',
3
- 'version': "16.0.1.8.0",
+ 'version': "16.0.1.9.0",
4
'category': 'Localization/Argentina',
5
'sequence': 14,
6
'author': 'ADHOC SA',
l10n_ar_sale/views/sale_report_templates.xml
@@ -145,7 +145,7 @@
145
<span t-field="doc.client_order_ref"/>
146
</t>
147
148
- <t t-if="doc.is_module_installed('sale_stock')">
+ <t groups="sale_stock.group_display_incoterm" t-if="doc.is_module_installed('sale_stock')">
149
<br/><strong>Incoterm:</strong><span t-field="doc.incoterm.name"/>
150
151
0 commit comments