12 lines
305 B
XML
12 lines
305 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<odoo>
|
||
|
|
||
|
<!-- Action to open Coworkers list -->
|
||
|
<act_window id="event_action" name="Event"
|
||
|
res_model="coworking.event" view_mode="form" />
|
||
|
<!-- Menu item to open Coworkers list -->
|
||
|
<menuitem id="event_menu" name="Event" action="event_action" />
|
||
|
|
||
|
</odoo>
|