Coworking/coworking_relation/views/relation_menu.xml

13 lines
378 B
XML
Raw Normal View History

2017-11-16 15:47:18 +01:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Action to open Coworkers list -->
2017-11-16 16:06:46 +01:00
<act_window id="relation_action" name="Relation"
2017-11-16 17:57:33 +01:00
res_model="coworking.relation" view_mode="tree" />
2017-11-16 15:47:18 +01:00
<!-- Menu item to open Event list -->
<menuitem id="coworker_relation_menu" name="Relations" action="relation_action"
2017-11-28 17:15:18 +01:00
parent="contacts.menu_contacts" sequence="2" />
2017-11-20 12:11:42 +01:00
2017-11-16 15:47:18 +01:00
</odoo>