Skip to content

Commit

Permalink
[FIX] l10n_ar_sale: inheritance fix
Browse files Browse the repository at this point in the history
closes #122

Signed-off-by: augusto-weiss <awe@adhoc.com.ar>
  • Loading branch information
vib-adhoc committed May 8, 2023
1 parent 87ac5ed commit aff4d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_sale/__manifest__.py
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Sale Total Fields',
'version': "16.0.1.0.0",
'version': "16.0.1.1.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
6 changes: 3 additions & 3 deletions l10n_ar_sale/views/sale_report_templates.xml
Expand Up @@ -69,9 +69,9 @@
<attribute name="t-value">current_subtotal + line.report_price_subtotal</attribute>
</t>

<t groups="account.group_show_line_subtotals_tax_included" position="replace">
<t groups="account.group_show_line_subtotals_tax_included">Amount</t>
</t>
<span groups="account.group_show_line_subtotals_tax_included" position="replace">
<span groups="account.group_show_line_subtotals_tax_included">Amount</span>
</span>

<span t-field="line.price_subtotal" position="attributes">
<attribute name="t-field">line.report_price_subtotal</attribute>
Expand Down

0 comments on commit aff4d32

Please sign in to comment.