mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD] Report Fill PDF
This commit is contained in:
committed by
Cyril VINH-TUNG
parent
dc32616025
commit
fa668adbfa
16
report_fillpdf/demo/report.xml
Normal file
16
report_fillpdf/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_fillpdf"
|
||||
model="res.partner"
|
||||
string="Fill PDF"
|
||||
report_type="fillpdf"
|
||||
name="report_fillpdf.partner_fillpdf"
|
||||
file="res_partner"
|
||||
attachment_use="False"
|
||||
/>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user