Skip to content

Commit

Permalink
[FIX] l10n_ar_sale: do not show incoterms if the option is not selected
Browse files Browse the repository at this point in the history
closes #192

Signed-off-by: Franco Leyes <[email protected]>
  • Loading branch information
matiasperalta1 committed Jul 26, 2024
1 parent e5ff380 commit ebeae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_sale/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Sale Total Fields',
'version': "16.0.1.8.0",
'version': "16.0.1.9.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_sale/views/sale_report_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<span t-field="doc.client_order_ref"/>
</t>

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

Expand Down

0 comments on commit ebeae18

Please sign in to comment.