Skip to content

Commit

Permalink
[FIX] primevere_e_c: fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Oct 7, 2024
1 parent 763a88d commit 10e9ba4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions primevere_event_custom/views/menuitems.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?xml version="1.0" ?>
<odoo>
<!-- Show Track -->
<record model="ir.ui.menu" id="website_event_track.menu_event_track">
<field
name="groups_id"
eval="[(6,0,[ref('event.group_event_registration_desk')])]"
/>
</record>

<!-- Theme and Format -->
<record model="ir.actions.act_window" id="action_track_theme">
<field name="name">Track Themes</field>
<field name="res_model">event.track.theme</field>
Expand All @@ -18,15 +26,15 @@
name="Track Theme"
action="action_track_theme"
parent="event.menu_event_configuration"
groups="base.group_no_one"
groups="event.group_event_registration_desk"
/>

<menuitem
id="menu_event_format"
name="Track Format"
action="action_track_format"
parent="event.menu_event_configuration"
groups="base.group_no_one"
groups="event.group_event_registration_desk"
/>

</odoo>

0 comments on commit 10e9ba4

Please sign in to comment.