TIP: You can type at any time to perform a new search.
Report Text Format Option
report_text_format_option · OCA/reporting-engine
- Repository
- OCA/reporting-engine · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Reporting
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/reporting-engine
- Last tracking update
- 2026-08-07 08:43:02
- Authors
- Odoo Community Association (OCA), Quartile
- Maintainers
- Odoo Community Association (OCA), Quartile
- Committers
- Aungkokolin1997, OCA-git-bot, oca-ci
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This is a technical module designed to add encoding fields to the ir.actions.report model and is applied to Text type reports.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report | ir.actions.report | Inherits base.act_report_xml_view | |
demo_report_template |
demo_report_template | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
line_endingSelectionhelp="Select the type of line ending in case the report needs to be output with other line ending than 'LF'." args: [('crlf', 'CRLF (\\r\\n)'), ('cr', 'CR (\\r)')] -
text_encode_error_handlingSelectionhelp='If nothing is selected, text export will fail with an error message when there is a character that fail to be encoded.'selection=[('ignore', 'Ignore'), ('replace', 'Replace')] -
text_encodingCharhelp='Encoding to be applied to the generated Text file. e.g. cp932'
No public methods.
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 67 days ago
- Last activity
- 63 days ago
- Repository
- OCA/reporting-engine
- Pull request
- [19.0][MIG] report_text_format_option: Migration to 19.0 (#1170)