changeset 241ec51f4b37 in modules/marketing_automation:default
details:
https://hg.tryton.org/modules/marketing_automation?cmd=changeset;node=241ec51f4b37
description:
Follow common rule to organize menu entries
issue10118
review347611002
diffstat:
marketing_automation.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r c37b882a8247 -r 241ec51f4b37 marketing_automation.xml
--- a/marketing_automation.xml Sun Feb 14 15:54:28 2021 +0100
+++ b/marketing_automation.xml Sat Feb 27 18:16:28 2021 +0100
@@ -56,7 +56,11 @@
<field name="act_window" ref="act_scenario_form"/>
</record>
- <menuitem parent="marketing.menu_marketing" action="act_scenario_form"
id="menu_scenario_form"/>
+ <menuitem
+ parent="marketing.menu_marketing"
+ action="act_scenario_form"
+ sequence="10"
+ id="menu_scenario_form"/>
<record model="ir.model.access" id="access_scenario">
<field name="model" search="[('model', '=',
'marketing.automation.scenario')]"/>