Report Text Format Option

report_text_format_option
REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/18.0/report_text_format_option
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReporting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (3)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/17.0/report_text_format_option
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReporting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile Limited
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile Limited
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Edilio Escalona Almira
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (3)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/16.0/report_text_format_option
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYReporting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile Limited
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile Limited
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (3)
  • 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'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/reporting-engine
PULL REQUEST
PULL REQUEST[19.0][MIG] report_text_format_option: Migration to 19.0 (#1170)