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.

12 lines
337 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <report
  4. id="report_partner_xlsx"
  5. model="privacy.partner.report"
  6. string="Privacy Partner Data"
  7. report_type="xlsx"
  8. name="privacy_partner_report.report_partner_xlsx"
  9. file="privacy_partner_report"
  10. attachment_use="False"
  11. />
  12. </odoo>