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.

51 lines
1.8 KiB

6 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
  3. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
  4. <data>
  5. <record id="action_data_protection_partner_form" model="ir.actions.act_window">
  6. <field name="name">Partners</field>
  7. <field name="type">ir.actions.act_window</field>
  8. <field name="res_model">res.partner</field>
  9. <field name="view_type">form</field>
  10. <field name="view_mode">kanban,tree,form</field>
  11. </record>
  12. <menuitem id="parent_menu_data_protection"
  13. name="Privacy"
  14. groups="group_data_protection_user"
  15. web_icon="privacy,static/description/icon.png"
  16. />
  17. <menuitem id="menu_data_protection_master_data"
  18. name="Master Data"
  19. parent="parent_menu_data_protection"
  20. groups="group_data_protection_user"
  21. sequence="10"
  22. />
  23. <menuitem id="menu_data_protection_partner"
  24. name="Partners"
  25. parent="menu_data_protection_master_data"
  26. action="action_data_protection_partner_form"
  27. sequence="1010"
  28. />
  29. <menuitem id="menu_data_protection_transaction"
  30. name="Transactions"
  31. parent="parent_menu_data_protection"
  32. groups="group_data_protection_user"
  33. sequence="20"
  34. />
  35. <menuitem id="menu_data_protection_report"
  36. name="Reports"
  37. parent="parent_menu_data_protection"
  38. groups="group_data_protection_user"
  39. sequence="30"
  40. />
  41. <menuitem id="menu_data_protection_setting"
  42. name="Settings"
  43. parent="parent_menu_data_protection"
  44. groups="group_data_protection_manager"
  45. sequence="90"
  46. />
  47. </data>