This module provides a basic report class to generate xlsx report.
Table of contents
An example of XLSX report for partners on a module called module_name:
-A python class
+An example of XLSX report for partners on a module called +`module_name`:
+A python class :
from odoo import models
@@ -416,8 +417,9 @@ class PartnerXlsx(models.AbstractModel):
sheet.write(0, 0, obj.name, bold)
To manipulate the workbook and sheet objects, refer to the -documentation of xlsxwriter.
-A report XML record
+documentation of +xlsxwriter. +A report XML record :
<report
id="partner_xlsx"
@@ -435,7 +437,7 @@ class PartnerXlsx(models.AbstractModel):
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-This module is part of the OCA/reporting-engine project on GitHub.
+This module is part of the OCA/reporting-engine project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.