From 9bf00c56307f5e3d28c99884cc5e02792a0e7c79 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 14 Sep 2023 11:17:05 +0200 Subject: [PATCH] [FIX] rma_sale_mrp: sale wizard line edition Whenever we tried to edit a line belonging to a kit we couldn't finsish the RMA. The wizard view was unwittingly requiring this field which for the kit line shouldn't be required. TT45051 --- rma_sale_mrp/wizard/sale_order_rma_wizard_views.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rma_sale_mrp/wizard/sale_order_rma_wizard_views.xml b/rma_sale_mrp/wizard/sale_order_rma_wizard_views.xml index 623bdda4..bfd2c1a9 100644 --- a/rma_sale_mrp/wizard/sale_order_rma_wizard_views.xml +++ b/rma_sale_mrp/wizard/sale_order_rma_wizard_views.xml @@ -11,8 +11,9 @@ {'readonly': [('phantom_kit_line', '=', True)]} + >{'readonly': [('phantom_kit_line', '=', True)], 'required': [('phantom_kit_line', '=', False)]} 1 +