From 8c423ee78ba6076f384e2ef6c9081b7f5d72d069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 21 Sep 2022 09:41:21 +0200 Subject: [PATCH] [FIX] rma_sale: Set picking_id field to required in wizard to avoid creating rma if nothing has been delivered yet TT39089 --- rma_sale/wizard/sale_order_rma_wizard_views.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rma_sale/wizard/sale_order_rma_wizard_views.xml b/rma_sale/wizard/sale_order_rma_wizard_views.xml index 254c8b2b..505020b0 100644 --- a/rma_sale/wizard/sale_order_rma_wizard_views.xml +++ b/rma_sale/wizard/sale_order_rma_wizard_views.xml @@ -25,7 +25,11 @@ options="{'no_create': True}" /> - +