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.

14 lines
515 B

  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. <odoo>
  5. <menuitem id="menu_privacy_report_privacy_report"
  6. name="Partner Report"
  7. parent="privacy.menu_data_protection_report"
  8. groups="privacy.group_data_protection_user"
  9. sequence="10"
  10. action="privacy_partner_report.action_privacy_partner_menu"
  11. />
  12. </odoo>