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.
55 lines
1.9 KiB
55 lines
1.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
|
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
|
<odoo>
|
|
<data>
|
|
|
|
<record id="action_data_protection_partner_form" model="ir.actions.act_window">
|
|
<field name="name">Partners</field>
|
|
<field name="type">ir.actions.act_window</field>
|
|
<field name="res_model">res.partner</field>
|
|
<field name="view_type">form</field>
|
|
<field name="view_mode">tree,form</field>
|
|
<field name="domain">[]</field>
|
|
<field name="filter" eval="True"/>
|
|
</record>
|
|
|
|
<menuitem id="parent_menu_data_protection"
|
|
name="Privacy"
|
|
groups="group_data_protection_user"
|
|
web_icon="privacy,static/description/icon.png"
|
|
/>
|
|
|
|
<menuitem id="menu_data_protection_master_data"
|
|
name="Master Data"
|
|
parent="parent_menu_data_protection"
|
|
groups="group_data_protection_user"
|
|
sequence="10"
|
|
/>
|
|
<menuitem id="menu_data_protection_partner"
|
|
name="Partners"
|
|
parent="menu_data_protection_master_data"
|
|
action="action_data_protection_partner_form"
|
|
sequence="1010"
|
|
/>
|
|
<menuitem id="menu_data_protection_transaction"
|
|
name="Transactions"
|
|
parent="parent_menu_data_protection"
|
|
groups="group_data_protection_user"
|
|
sequence="20"
|
|
/>
|
|
<menuitem id="menu_data_protection_report"
|
|
name="Reports"
|
|
parent="parent_menu_data_protection"
|
|
groups="group_data_protection_user"
|
|
sequence="30"
|
|
/>
|
|
<menuitem id="menu_data_protection_setting"
|
|
name="Settings"
|
|
parent="parent_menu_data_protection"
|
|
groups="group_data_protection_manager"
|
|
sequence="90"
|
|
/>
|
|
|
|
</data>
|
|
</odoo>
|