17 lines
465 B
XML
17 lines
465 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<odoo><data>
|
||
|
|
||
|
<menuitem name="Booth Categories"
|
||
|
id="menu_event_booth_category"
|
||
|
action="event_booth_category_action"
|
||
|
sequence="20"
|
||
|
parent="event.menu_event_configuration"/>
|
||
|
<menuitem name="Booths"
|
||
|
id="menu_event_booth"
|
||
|
action="event_booth_action"
|
||
|
sequence="21"
|
||
|
parent="event.menu_event_configuration"
|
||
|
groups="base.group_no_one"/>
|
||
|
|
||
|
</data></odoo>
|