Skip to content

Latest commit

 

History

History

report_text_format_option

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Report Text Format Option

Beta License: LGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

This is a technical module designed to add encoding fields to the ir.actions.report model and is applied to Text type reports.

Table of contents

In case the exported report should be encoded in another system than UTF-8, following fields of the report record (Settings > Technical > Reports) should be populated accordingly.

  • Text Encoding: set an encoding system (such as cp932)
  • Text Encode Error Handling: select 'Ignore' or 'Replace' as necessary. * 'Ignore': in case of an encoding error, the problematic character will be removed from the exported file. * 'Replace': in case of an encoding error, the problematic character will be replaced with '?' symbol. * Leaving the field blank: in case of an encoding error, the report generation fails with an error message.
  • Line Ending: Select the type of line ending, 'CRLF' or 'CR', as necessary. * 'CRLF': 'Carriage Return' + 'Line Feed' (Windows) * 'CR': 'Carriage Return' (classic Mac OS) * Leaving this field blank defaults to using 'LF' (Line Feed), the default behavior of Odoo.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Quartile Limited

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/reporting-engine project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.