Skip to content

Commit

Permalink
Merge PR #672 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by feketemihai
  • Loading branch information
OCA-git-bot committed Oct 25, 2023
2 parents 1e67f5b + 48711ad commit 979b2fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l10n_ro_account_report_invoice/views/invoice_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
>
<xpath expr="//tr[hasclass('o_subtotal')]/td[1]" position="after">
<t t-set="o" t-value="o or sale_order or doc" />
<t t-if="o.is_l10n_ro_record">
<t t-if="o._name == 'account.move' and o.is_l10n_ro_record">
<td
class="text-right"
t-if="o and o.currency_id != o.company_id.currency_id"
Expand All @@ -143,7 +143,7 @@
</xpath>
<xpath expr="//tr[hasclass('o_total')]/td[1]" position="after">
<t t-set="o" t-value="o or sale_order or doc" />
<t t-if="o.is_l10n_ro_record">
<t t-if="o._name == 'account.move' and o.is_l10n_ro_record">
<td
class="text-right"
t-if="o and o.currency_id != o.company_id.currency_id"
Expand All @@ -161,7 +161,7 @@
inherit_id="account.tax_groups_totals"
>
<xpath expr="//t/tr/t/td[1]" position="after">
<t t-if="o.is_l10n_ro_record">
<t t-if="o._name == 'account.move' and o.is_l10n_ro_record">
<td
class="text-right"
t-if="o and o.currency_id != o.company_id.currency_id"
Expand All @@ -174,7 +174,7 @@
</t>
</xpath>
<xpath expr="//t/tr/t[@t-else='']/td[1]" position="after">
<t t-if="o.is_l10n_ro_record">
<t t-if="o._name == 'account.move' and o.is_l10n_ro_record">
<td
class="text-right"
t-if="o and o.currency_id != o.company_id.currency_id"
Expand Down

0 comments on commit 979b2fb

Please sign in to comment.