From bd5899a3837ee7f7da409429be09e09f2ab460a6 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Thu, 5 Jan 2023 15:44:04 +0100 Subject: [PATCH] [FIX] rma: remove "Add new line" in RMA group. This was not the intended way to add RMA lines to a group. Users are supposed to use the wizards to do so (add from stock move, add from serial, etc.). Having the option to use "add new line" was only leading to errors and confusion. --- rma/views/rma_order_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/rma/views/rma_order_view.xml b/rma/views/rma_order_view.xml index 66258f28..33436650 100644 --- a/rma/views/rma_order_view.xml +++ b/rma/views/rma_order_view.xml @@ -163,6 +163,7 @@ name="lines" editable="bottom" default_order="id asc" + create="0" >