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.

54 lines
1.9 KiB

  1. <?xml version="1.0"?>
  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. <openerp>
  5. <data>
  6. <record id="action_data_protection_partner_form" model="ir.actions.act_window">
  7. <field name="name">Partners</field>
  8. <field name="type">ir.actions.act_window</field>
  9. <field name="res_model">res.partner</field>
  10. <field name="view_type">form</field>
  11. <field name="view_mode">tree,form</field>
  12. <field name="domain">[]</field>
  13. <field name="filter" eval="True"/>
  14. </record>
  15. <menuitem id="parent_menu_data_protection"
  16. name="Data Protection"
  17. groups="group_data_protection_user,group_data_protection_manager"
  18. />
  19. <menuitem id="menu_data_protection_master_data"
  20. name="Master Data"
  21. parent="parent_menu_data_protection"
  22. groups="group_data_protection_user,group_data_protection_manager"
  23. sequence="2"
  24. />
  25. <menuitem id="menu_data_protection_partner"
  26. name="Partners"
  27. parent="menu_data_protection_master_data"
  28. action="action_data_protection_partner_form"
  29. sequence="10"
  30. />
  31. <menuitem id="menu_data_protection_transaction"
  32. name="Transactions"
  33. parent="parent_menu_data_protection"
  34. groups="group_data_protection_user,group_data_protection_manager"
  35. sequence="3"
  36. />
  37. <menuitem id="menu_data_protection_report"
  38. name="Reports"
  39. parent="parent_menu_data_protection"
  40. groups="group_data_protection_user,group_data_protection_manager"
  41. sequence="4"
  42. />
  43. <menuitem id="menu_data_protection_setting"
  44. name="Settings"
  45. parent="parent_menu_data_protection"
  46. groups="group_data_protection_manager"
  47. sequence="15"
  48. />
  49. </data>
  50. </openerp>