changeset 6433458e213f in modules/sale_product_customer:default
details: 
https://hg.tryton.org/modules/sale_product_customer?cmd=changeset;node=6433458e213f
description:
        Follow common rule to organize menu entries

        issue10118
        review347611002
diffstat:

 sale.xml |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d65f2ced674a -r 6433458e213f sale.xml
--- a/sale.xml  Tue Feb 09 00:32:18 2021 +0100
+++ b/sale.xml  Sat Feb 27 18:16:29 2021 +0100
@@ -55,8 +55,11 @@
             <field name="act_window" ref="act_product_customer_form"/>
         </record>
 
-        <menuitem parent="product.menu_main_product" sequence="30"
-            id="menu_product_customer" action="act_product_customer_form"/>
+        <menuitem
+            parent="product.menu_template"
+            action="act_product_customer_form"
+            sequence="20"
+            id="menu_product_customer"/>
 
         <record model="ir.model.access" id="access_product_customer">
             <field name="model" search="[('model', '=', 
'sale.product_customer')]"/>

Reply via email to