Skip to content

Commit

Permalink
Merge PR OCA#917 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Aug 19, 2024
2 parents 5322943 + e1e89be commit a6d1f74
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions report_xlsx/readme/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ To manipulate the ``workbook`` and ``sheet`` objects, refer to the

A report XML record ::

<report
id="partner_xlsx"
model="res.partner"
string="Print to XLSX"
report_type="xlsx"
name="module_name.report_name"
file="res_partner"
attachment_use="False"
/>
<record id="action_report_partner_xlsx" model="ir.actions.report">
<field name="name">Print to XLSX</field>
<field name="model">res.partner</field>
<field name="report_type">xlsx</field>
<field name="report_name">module_name.report_name</field>
<field name="report_file">module_name.report_file</field>
<field name="binding_model_id" ref="res.partner"/>
<field name="binding_type">report</field>
<field name="attachment_use" eval="False"/>
</record>

0 comments on commit a6d1f74

Please sign in to comment.