From b3d9634e3737d2d55dc57ca1eb77ead22b3c3219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Fri, 28 Jun 2024 12:53:28 +0200 Subject: [PATCH] [FIX] rma: Add location_id field for the expected behavior The location_id field is important and its value is required, we need to add it to the wizard (even if it is hidden) so that it is saved and the picking is created correctly. Before, the location_id value was only saved (although the field was not in the wizard) if the user had the "Technical / Manage Multiple Stock Locations" permission. --- rma/wizard/stock_picking_return_views.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/rma/wizard/stock_picking_return_views.xml b/rma/wizard/stock_picking_return_views.xml index 271f83c9..983815eb 100644 --- a/rma/wizard/stock_picking_return_views.xml +++ b/rma/wizard/stock_picking_return_views.xml @@ -17,6 +17,7 @@ +