mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 02:32:04 +00:00
19 lines
448 B
XML
19 lines
448 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<flectra>
|
||
|
|
||
|
<act_window
|
||
|
id="action_res_partner_tab"
|
||
|
res_model="res.partner.tab"
|
||
|
view_mode="tree,form"
|
||
|
name="Relation Tabs"
|
||
|
/>
|
||
|
|
||
|
<menuitem
|
||
|
id="menu_res_partner_tab"
|
||
|
parent="partner_multi_relation.menu_res_partner_relation"
|
||
|
action="action_res_partner_tab"
|
||
|
sequence="80"
|
||
|
/>
|
||
|
|
||
|
</flectra>
|