Skip to content

Commit

Permalink
[REF] l10n_do_accounting: renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pcg committed Dec 4, 2023
1 parent ebf300e commit 1b0552c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_do_accounting/wizard/account_move_reversal_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
widget="radio"/>
</xpath>
<xpath expr="//field[@name='refund_method']" position="attributes">
<attribute name="attrs">{'invisible': ['|',('refund_type', '!=', 'full_refund'),('residual', '=', 0)],'readonly': [('residual', '=', 0)]}</attribute>
<attribute name="attrs">{'invisible': ['|',('l10n_do_refund_type', '!=', 'full_refund'),('residual', '=', 0)],'readonly': [('residual', '=', 0)]}</attribute>
</xpath>
<xpath expr="//field[@name='refund_method']" position="after">
<field name="l10n_do_refund_action" widget="radio"
attrs="{'invisible': ['|',('l10n_do_refund_type', '!=', 'full_refund'),('residual', '=', 0)]}"/>
attrs="{'invisible': ['|',('l10n_do_refund_type', '=', 'full_refund'),('residual', '=', 0)]}"/>
</xpath>
<xpath expr="//field[@name='reason']" position="after">
<field name="l10n_do_percentage"
Expand Down

0 comments on commit 1b0552c

Please sign in to comment.