forked from michel/Coworking
menu
This commit is contained in:
parent
a679dcea4d
commit
f7ef7f73cc
@ -8,7 +8,6 @@
|
||||
|
||||
<!-- Menu item to open Coworkers list -->
|
||||
<!-- <menuitem id="coworker_menu" name="Coworkers" action="coworker_action" /> -->
|
||||
<!-- <menuitem id="coworking_parent_menu" name="Coworking" /> -->
|
||||
|
||||
|
||||
</odoo>
|
||||
|
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<odoo>
|
||||
<!-- Menu items -->
|
||||
<!-- Modify top menu item -->
|
||||
<menuitem id="coworker_menu" name="Coworking" />
|
||||
<!-- App menu items -->
|
||||
<menuitem id="menu_coworker"
|
||||
name="Coworkers"
|
||||
parent="coworking.coworker"
|
||||
sequence="10"
|
||||
action="coworker_action" />
|
||||
<!-- Menu items -->
|
||||
<!-- Modify top menu item -->
|
||||
<menuitem id="coworking_menu" name="Coworking" />
|
||||
<!-- App menu items -->
|
||||
<menuitem id="menu_coworker"
|
||||
name="Coworker"
|
||||
parent="coworking.coworker"
|
||||
sequence="10"
|
||||
action="coworker_action" />
|
||||
|
||||
|
||||
</odoo>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<act_window id="relation_action" name="Relation"
|
||||
res_model="coworking.relation" view_mode="tree" />
|
||||
<!-- Menu item to open Event list -->
|
||||
|
||||
<!-- <menuitem id="coworker_relation_menu" name="Relations" action="relation_action" /> -->
|
||||
|
||||
</odoo>
|
||||
|
Loading…
Reference in New Issue
Block a user