From 6ca45d19a2ec70c0c73174fddca54a787afa0312 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 a9c723de..738ab717 100644 --- a/rma/views/rma_order_view.xml +++ b/rma/views/rma_order_view.xml @@ -162,6 +162,7 @@ name="lines" editable="bottom" default_order="id asc" + create="0" >