|
|
@ -143,8 +143,7 @@ |
|
|
|
<field name="view_mode">tree,form</field> |
|
|
|
</record> --> |
|
|
|
|
|
|
|
<menuitem id="booking_title_menu" name ="Booking" |
|
|
|
parent="event.event_main_menu" groups="event.group_event_user" sequence="99"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <menuitem id="booking_partner_category_menu" action="partner_category_action" |
|
|
|
parent="booking_title_menu" groups="event.group_event_user" sequence="2"/> --> |
|
|
@ -160,9 +159,14 @@ parent="booking_title_menu" groups="event.group_event_user" sequence="3"/> --> |
|
|
|
<field name="domain">[('booking_event', '=', True)]</field> |
|
|
|
</record> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menuitem id="booking_event_top_menu" sequence="20" |
|
|
|
name="Booking Events" web_icon="event,static/description/icon.png"/> |
|
|
|
|
|
|
|
<menuitem id="booking_title_menu" name ="Booking" |
|
|
|
parent="booking_event_top_menu" groups="event.group_event_user" sequence="99"/> |
|
|
|
|
|
|
|
<menuitem id="booking_event_title_menu" parent="booking_event_top_menu" |
|
|
|
sequence="15" name="booking events"/> |
|
|
|
|
|
|
|