| 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_text_format_option |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Aungkokolin1997 |
| 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: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This is a technical module designed to add encoding fields to the ir.actions.report model and is applied to Text type reports. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report | ir.actions.report | xpath | Inherits base.act_report_xml_view |
demo_report_template |
demo_report_template | ir.ui.view | qweb | New |
line_ending
Selection
help="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_handling
Selection
help='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_encoding
Char
help='Encoding to be applied to the generated Text file. e.g. cp932'
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/17.0/report_text_format_option |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile Limited |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile Limited |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Edilio Escalona Almira |
| 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: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This is a technical module designed to add encoding fields to the ir.actions.report model and is applied to Text type reports. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_report_xml_view |
ir.actions.report | ir.actions.report | xpath | Inherits base.act_report_xml_view |
demo_report_template |
demo_report_template | ir.ui.view | qweb | New |
line_ending
Selection
help="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_handling
Selection
help='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_encoding
Char
help='Encoding to be applied to the generated Text file. e.g. cp932'
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/16.0/report_text_format_option |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile Limited |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile Limited |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Aungkokolin1997 |
| 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: - 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 | ir.actions.report | xpath | Inherits base.act_report_xml_view |
demo_report_template |
demo_report_template | ir.ui.view | qweb | New |
line_ending
Selection
help="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_handling
Selection
help='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_encoding
Char
help='Encoding to be applied to the generated Text file. e.g. cp932'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/reporting-engine |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] report_text_format_option: Migration to 19.0 (#1170) |