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
12 lines
337 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<report
|
|
id="report_partner_xlsx"
|
|
model="privacy.partner.report"
|
|
string="Privacy Partner Data"
|
|
report_type="xlsx"
|
|
name="privacy_partner_report.report_partner_xlsx"
|
|
file="privacy_partner_report"
|
|
attachment_use="False"
|
|
/>
|
|
</odoo>
|