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.
24 lines
653 B
24 lines
653 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<menuitem
|
|
id="menu_res_partner_relation_sales"
|
|
sequence="3"
|
|
parent="sales_team.menu_sales"
|
|
action="action_res_partner_relation_all"
|
|
/>
|
|
|
|
<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"
|
|
parent="sales_team.menu_config_address_book"
|
|
action="action_res_partner_relation_type"
|
|
/>
|
|
|
|
</odoo>
|