Skip to content
Snippets Groups Projects
Commit 8b57d712 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] Config menu visible in events

parent d982ba0d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
<menuitem id="menu_event_configuration" name="Configuration" parent="event_main_menu"
sequence="100" groups="base.group_configuration"/>
<menuitem name="Events Types" id="menu_event_type" action="action_event_type" parent="menu_event_configuration" groups="base.group_no_one"/>
<menuitem name="Events Types" id="menu_event_type" action="action_event_type" parent="menu_event_configuration"/>
<!-- EVENT.REGISTRATION ACTIONS -->
<record id="act_event_registration_from_event" model="ir.actions.act_window">
......
......@@ -217,8 +217,7 @@ Tracks define the agenda of your event. These can be a talk, a round table, a me
<field name="res_model">event.track.location</field>
</record>
<menuitem name="Locations" id="menu_event_track_location"
action="action_event_track_location" parent="event.menu_event_configuration"
groups="base.group_no_one"/>
action="action_event_track_location" parent="event.menu_event_configuration"/>
<!-- EVENTS/CONFIGURATION/EVENT Sponsor Types -->
<record model="ir.ui.view" id="view_event_sponsor_type_form">
......@@ -249,7 +248,8 @@ Tracks define the agenda of your event. These can be a talk, a round table, a me
<field name="name">Sponsor Types</field>
<field name="res_model">event.sponsor.type</field>
</record>
<menuitem id="menu_event_sponsor_type" action="action_event_sponsor_type" parent="event.menu_event_configuration" groups="base.group_no_one"/>
<menuitem id="menu_event_sponsor_type" action="action_event_sponsor_type"
parent="event.menu_event_configuration"/>
<!-- EVENT.SPONSOR VIEWS -->
<record model="ir.ui.view" id="view_event_sponsor_tree">
......@@ -310,7 +310,7 @@ Tracks define the agenda of your event. These can be a talk, a round table, a me
<field name="res_model">event.track.tag</field>
</record>
<menuitem id="menu_event_track_tag" action="action_event_track_tag"
parent="event.menu_event_configuration" groups="base.group_no_one"/>
parent="event.menu_event_configuration"/>
<!-- Events Organisation/CONFIGURATION/EVENTS -->
<record model="ir.ui.view" id="view_event_form">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment