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.
25 lines
627 B
25 lines
627 B
<openerp>
|
|
<data>
|
|
|
|
<menuitem
|
|
id="menu_res_partner_relation_sales"
|
|
sequence="2"
|
|
parent="base.menu_sales"
|
|
action="action_res_partner_relation"
|
|
/>
|
|
|
|
<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="base.menu_config_address_book"
|
|
action="action_res_partner_relation_type"
|
|
/>
|
|
|
|
</data>
|
|
</openerp>
|