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.

16 lines
625 B

  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. <menuitem id="menu_data_protection_report_gdpr_report"
  7. name="Partner Report"
  8. parent="gdpr_base.menu_data_protection_report_gdpr"
  9. groups="data_protection_base.group_data_protection_user,data_protection_base.group_data_protection_manager"
  10. sequence="10"
  11. action="gdpr_partner_report.action_gdpr_partner_menu"
  12. />
  13. </data>
  14. </openerp>