From 2a787f592c669ed95b5777636d24b64ee0010fc6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 3 Aug 2023 17:06:57 +0700 Subject: replace menu product attribute --- indoteknik_custom/views/product_attribute_value.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indoteknik_custom/views/product_attribute_value.xml b/indoteknik_custom/views/product_attribute_value.xml index 7c33ba7b..1e84c21a 100644 --- a/indoteknik_custom/views/product_attribute_value.xml +++ b/indoteknik_custom/views/product_attribute_value.xml @@ -50,6 +50,7 @@ id="menu_product_attribute_value" name="Attribute Values" action="product_attribute_value_action_custom" - parent="sale.prod_config_main" sequence="6" groups="uom.group_uom" + parent="sale.product_menu_catalog" + sequence="8"/> /> -- cgit v1.2.3