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