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

        issue10118
        review347611002
diffstat:

 web.xml |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2808f871161d -r cd3b52ca804c web.xml
--- a/web.xml   Sun Feb 14 15:54:29 2021 +0100
+++ b/web.xml   Sat Feb 27 18:16:29 2021 +0100
@@ -28,7 +28,11 @@
             <field name="act_window" ref="act_shortened_url"/>
         </record>
 
-        <menuitem parent="ir.menu_administration" action="act_shortened_url" 
id="menu_shortened_url_form"/>
+        <menuitem
+            parent="ir.menu_models"
+            action="act_shortened_url"
+            sequence="50"
+            id="menu_shortened_url_form"/>
 
         <record model="ir.model.access" id="access_shortened_url">
             <field name="model" search="[('model', '=', 
'web.shortened_url')]"/>

Reply via email to