| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/19.0/report_xml |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), Enric Tobella, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of the reporting engine to support XML reports and allow modules to generate them by code or by QWeb templates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xml_extension
Char
default='xml'
help='Extension for XML Reports, by default is `xml`'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/18.0/report_xml |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), niyasraphy, Weblate, OCA-git-bot, oca-ci, Dario Del Zozzo, thienvh |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of the reporting engine to support XML reports and allow modules to generate them by code or by QWeb templates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xml_extension
Char
default='xml'
help='Extension for XML Reports, by default is `xml`'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/17.0/report_xml |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci, Atte Isopuro |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module was written to extend the functionality of the reporting engine to support XML reports and allow modules to generate them by code or by QWeb templates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xml_extension
Char
default='xml'
help='Extension for XML Reports, by default is `xml`'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/16.0/report_xml |
| VERSION | |
| VERSION | 1.1.3 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | GitHub, Laurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci, Du-ma, oca-git-bot, Christopher Rogos, Mantux11 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xml_extension
Char
default='xml'
help='Extension for XML Reports, by default is `xml`'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/15.0/report_xml |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Weblate, OCA-git-bot, oca-ci, Olga Marco, oca-git-bot, josep-tecnativa, Santeri Valjakka |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
lxml |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/14.0/report_xml |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, oca-travis, Weblate, OCA-git-bot, Fernanda Hernández, Du-ma, Olga Marco, oca-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_xml.assets_backend |
report_xml.assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
report_type
Selection
ondelete={'qweb-xml': 'set default'}
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
No public methods.
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/13.0/report_xml |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Avoin.Systems |
| COMMITTERS | |
| COMMITTERS | Luis Torres, Enric Tobella, OCA Transbot, oca-travis, OCA-git-bot, Tatiana Deribina, gaikaz |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
ir_actions_report_view_form_report_xml |
ir.actions.report.view.form.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
report_xml.assets_backend |
report_xml.assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
report_type
Selection
selection_add=[('qweb-xml', 'XML')]
xml_declaration
Boolean
help='Add `<?xml encoding="..." version="..."?>` at the start of final report file.'
string='XML Declaration'
xml_encoding
Selection
help='Encoding for XML reports. If nothing is selected, then UTF-8 will be applied.'
selection=[('UTF-8', 'UTF-8')]
string='XML Encoding'
xsd_schema
Binary
attachment=True
help='File with XSD Schema for checking content of result report. Can be empty if validation is not required.'
string='XSD Validation Schema'
render_qweb_xml(self, docids, data=None)
No new fields.
Public methods (2)generate_report(self, ir_report, docids, data=None)
validate_report(self, xsd_schema_doc, content)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/12.0/report_xml |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, OCA-git-bot, ernesto |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report.report.xml | ir.actions.report | button | Inherits base.act_report_xml_view |
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
report_xml.assets_backend |
report_xml.assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
report_type
Selection
selection_add=[('qweb-xml', 'XML')]
render_qweb_xml(self, docids, data=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/11.0/report_xml |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| COMMITTERS | |
| COMMITTERS | GitHub, Enric Tobella, Naglis Jonaitis, OCA Transbot, oca-travis, ernesto, etobella |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
report_xml.assets_backend |
report_xml.assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
utf8_header |
utf8_header | ir.ui.view | qweb | New |
report_type
Selection
selection_add=[('qweb-xml', 'XML')]
render_qweb_xml(self, docids, data)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/10.0/report_xml |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, OCA Transbot, oca-travis, etobella |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/reporting-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report - base - web - base_setup - web_kanban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demo_report_xml_view |
demo_report_xml_view | ir.ui.view | qweb | New |
utf8_header |
utf8_header | ir.ui.view | qweb | New |
report_type
Selection
selection_add=[('qweb-xml', 'XML')]
render_report(self, res_ids, name, data)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/reporting-engine |
| GIT | |
| GIT | https://github.com/OCA/reporting-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/reporting-engine/tree/8.0/report_xml |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://grupoesoc.es |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
utf8_header |
utf8_header | ir.ui.view | qweb | New |
report_type
Selection
selection_add=[('qweb-xml', 'XML')]
render_report(self, res_ids, name, data)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)render_html(self, data=None)
xsd(self)