From 6aecfd97865d6e3470fcbc9c680d7bdc9b650032 Mon Sep 17 00:00:00 2001 From: "German Loredo [Vauxoo]" Date: Wed, 5 Jun 2024 22:45:10 +0000 Subject: [PATCH] [FIX] stock_manual_transfer: name shouldn't be saved in a new record The name shouldn't be present in the vals list when creating a record and this commit fixes that by making it readonly instead of force_save which lead to the same functional behaviour but without adding the field to the vals list. --- stock_manual_transfer/views/stock_manual_transfer_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_manual_transfer/views/stock_manual_transfer_views.xml b/stock_manual_transfer/views/stock_manual_transfer_views.xml index fc3dcfc4a4f..354627629cf 100644 --- a/stock_manual_transfer/views/stock_manual_transfer_views.xml +++ b/stock_manual_transfer/views/stock_manual_transfer_views.xml @@ -29,7 +29,7 @@

- +