mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD] report_csv
This commit is contained in:
16
report_csv/demo/report.xml
Normal file
16
report_csv/demo/report.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<!--
|
||||
© 2017 Creu Blanca
|
||||
License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
|
||||
-->
|
||||
<report
|
||||
id="partner_csv"
|
||||
model="res.partner"
|
||||
string="Print to CSV"
|
||||
report_type="csv"
|
||||
name="report_csv.partner_csv"
|
||||
file="res_partner"
|
||||
attachment_use="False"
|
||||
/>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user