TIP: You can type at any time to perform a new search.
DOCX reports
report_docx · OCA/reporting-engine
- Repository
- OCA/reporting-engine · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Reporting
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/reporting-engine
- Last tracking update
- 2026-08-07 08:09:29
- Authors
- Odoo Community Association (OCA), Hunki Enterprises BV
- Maintainers
- Odoo Community Association (OCA), Hunki Enterprises BV
- Committers
- Holger Brunn, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- docxtpl
- System dependencies
- None
- Required by
- None
- Description
This module allows to provide docx files as report templates to generate docx reports.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report | Inherits base.act_report_xml_view | ||
template_help |
template_help | ir.ui.view | qweb | New |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/report_docx |
ReportController.report_docx |
user | http | ALL |
Models touched (1)
New fields (10)
-
docx_expression_test_codeCharcompute='_compute_docx_expression_test'store=False args: 'Code' -
docx_expression_test_expressionCharstore=False args: 'Test expression' -
docx_expression_test_model_idMany2one → ir.modelcompute='_compute_docx_expression_test_model_id' args: 'ir.model' -
docx_expression_test_recordReferenceselection=<expr>store=Falsestring='Record' -
docx_expression_test_resultCharcompute='_compute_docx_expression_test'store=False args: 'Result' -
docx_helpHtmlcompute='_compute_docx_help' -
docx_multi_modeSelectiondefault='zip'help='Select the behavior when the user selected multiple records'string='Multi records' args: [('zip', 'Zip file'), ('template', 'Template')] -
docx_templateBinaryattachment=True args: 'Template' -
docx_template_filenameCharcompute='_compute_docx_template_filename' -
report_typeSelectionondelete={'docx': 'cascade'}selection_add=[('docx', 'DOCX')]
No public methods.