Skip to content

Commit ebeae18

Browse files
[FIX] l10n_ar_sale: do not show incoterms if the option is not selected
closes #192 Signed-off-by: Franco Leyes <lef@adhoc.com.ar>
1 parent e5ff380 commit ebeae18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

l10n_ar_sale/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'Argentinian Sale Total Fields',
3-
'version': "16.0.1.8.0",
3+
'version': "16.0.1.9.0",
44
'category': 'Localization/Argentina',
55
'sequence': 14,
66
'author': 'ADHOC SA',

l10n_ar_sale/views/sale_report_templates.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<span t-field="doc.client_order_ref"/>
146146
</t>
147147

148-
<t t-if="doc.is_module_installed('sale_stock')">
148+
<t groups="sale_stock.group_display_incoterm" t-if="doc.is_module_installed('sale_stock')">
149149
<br/><strong>Incoterm:</strong><span t-field="doc.incoterm.name"/>
150150
</t>
151151

0 commit comments

Comments
 (0)