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

        issue10118
        review347611002
diffstat:

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

diffs (17 lines):

diff -r 61552f9a2e1e -r c29589a11cbd product.xml
--- a/product.xml       Sun Dec 27 00:19:30 2020 +0100
+++ b/product.xml       Sat Feb 27 18:16:28 2021 +0100
@@ -3,8 +3,11 @@
 this repository contains the full copyright notices and license terms. -->
 <tryton>
     <data>
-        <menuitem parent="product.menu_main_product" sequence="40"
-            id="menu_classification" name="Classifications"/>
+        <menuitem
+            name="Classifications"
+            parent="product.menu_main_product"
+            sequence="50"
+            id="menu_classification"/>
 
         <record model="ir.ui.view" id="template_view_form">
             <field name="model">product.template</field>

Reply via email to