From 1b0552c90f9727db8de358063a302a9b7258b366 Mon Sep 17 00:00:00 2001 From: DanielAPereyraB Date: Mon, 4 Dec 2023 14:52:00 -0400 Subject: [PATCH] [REF] l10n_do_accounting: renamed variable --- l10n_do_accounting/wizard/account_move_reversal_views.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_do_accounting/wizard/account_move_reversal_views.xml b/l10n_do_accounting/wizard/account_move_reversal_views.xml index 315a60c3..00d81746 100644 --- a/l10n_do_accounting/wizard/account_move_reversal_views.xml +++ b/l10n_do_accounting/wizard/account_move_reversal_views.xml @@ -29,11 +29,11 @@ widget="radio"/> - {'invisible': ['|',('refund_type', '!=', 'full_refund'),('residual', '=', 0)],'readonly': [('residual', '=', 0)]} + {'invisible': ['|',('l10n_do_refund_type', '!=', 'full_refund'),('residual', '=', 0)],'readonly': [('residual', '=', 0)]} + attrs="{'invisible': ['|',('l10n_do_refund_type', '=', 'full_refund'),('residual', '=', 0)]}"/>