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

        issue10118
        review347611002
diffstat:

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

diffs (15 lines):

diff -r 61b33c245877 -r 922f3bc816e6 sale.xml
--- a/sale.xml  Tue Dec 22 00:24:45 2020 +0100
+++ b/sale.xml  Sat Feb 27 18:16:29 2021 +0100
@@ -31,7 +31,10 @@
             <field name="view" ref="promotion_view_form"/>
             <field name="act_window" ref="act_promotion_form"/>
         </record>
-        <menuitem parent="sale.menu_configuration" action="act_promotion_form"
+        <menuitem
+            parent="sale.menu_configuration"
+            action="act_promotion_form"
+            sequence="30"
             id="menu_promotion"/>
 
         <record model="ir.action.act_window" id="act_promotion_relate">

Reply via email to