You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
848 B
31 lines
848 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<menuitem
|
|
id="menu_res_partner_relation"
|
|
name="Relations"
|
|
parent="contacts.menu_contacts"
|
|
action="action_res_partner_relation_all"
|
|
sequence="3"
|
|
/>
|
|
|
|
<!-- Force configuration menu down, else it will be above relations. -->
|
|
<record id="contacts.res_partner_menu_config" model="ir.ui.menu">
|
|
<field name="sequence">99</field>
|
|
</record>
|
|
|
|
<act_window
|
|
id="action_res_partner_relation_type"
|
|
res_model="res.partner.relation.type"
|
|
view_mode="tree,form"
|
|
name="Partner Relations Types"
|
|
/>
|
|
|
|
<menuitem
|
|
id="menu_res_partner_relation_type"
|
|
name="Relation Types"
|
|
parent="contacts.res_partner_menu_config"
|
|
action="action_res_partner_relation_type"
|
|
/>
|
|
|
|
</odoo>
|