mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
20 lines
686 B
XML
20 lines
686 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
<record id="contacts.menu_partner_category_form" model="ir.ui.menu">
|
|
<field
|
|
name="groups_id"
|
|
eval="[(4, ref('partner_category_security.group_partner_category_manager'))]"
|
|
/>
|
|
</record>
|
|
<!-- Custom menu for accessing Contact Tags if the user does not have the
|
|
group.group_system group.-->
|
|
<menuitem
|
|
id="menu_partner_category_custom"
|
|
name="Contact Tags"
|
|
parent="contacts.menu_contacts"
|
|
action="base.action_partner_category_form"
|
|
groups="partner_category_security.group_partner_category_manager"
|
|
sequence="90"
|
|
/>
|
|
</flectra>
|