From 09acdc213261f41997117e2495d84bcefe1154be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Tue, 25 Oct 2022 09:27:03 +0200 Subject: [PATCH] [IMP] stock_request + stock_request_submit: Change the approach to Confirm and Submit buttons Related to https://github.com/OCA/stock-logistics-warehouse/pull/1514#discussion_r1003779168 --- .../views/stock_request_order_views.xml | 1 - .../views/stock_request_order_views.xml | 20 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/stock_request/views/stock_request_order_views.xml b/stock_request/views/stock_request_order_views.xml index 913be0329..fd3480065 100644 --- a/stock_request/views/stock_request_order_views.xml +++ b/stock_request/views/stock_request_order_views.xml @@ -23,7 +23,6 @@ string="Confirm" type="object" attrs="{'invisible': [('state', 'not in', ['draft'])]}" - groups="stock_request.group_stock_request_manager" /> +