diff --git a/README.md b/README.md index 6f7eeb379..ac4096b13 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ addon | version | maintainers | summary [report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 16.0.1.0.0 | | Add watermarks to your QWEB PDF reports [report_qweb_signer](report_qweb_signer/) | 16.0.1.0.1 | | Sign Qweb PDFs usign a PKCS#12 certificate [report_substitute](report_substitute/) | 16.0.1.0.1 | [](https://github.com/sbejaoui) | This module allows to create substitution rules for report actions. +[report_text_format_option](report_text_format_option/) | 16.0.1.0.0 | | Report Text Format Option [report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 16.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. [report_xlsx](report_xlsx/) | 16.0.2.0.1 | | Base module to create xlsx report [report_xlsx_helper](report_xlsx_helper/) | 16.0.1.0.0 | | Report xlsx helpers diff --git a/report_text_format_option/README.rst b/report_text_format_option/README.rst index df94040d0..cde95e98a 100644 --- a/report_text_format_option/README.rst +++ b/report_text_format_option/README.rst @@ -7,7 +7,7 @@ Report Text Format Option !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e3b9cc2a66291d03027c6100d82df8a6a0934f1802a392fe2ff1cad39557fe0d + !! source digest: sha256:37b5b67f110dcd3bf227357ada38dfcd3592d686401c059f8a337ed56881ffca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_text_format_option/static/description/icon.png b/report_text_format_option/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/report_text_format_option/static/description/icon.png differ diff --git a/report_text_format_option/static/description/index.html b/report_text_format_option/static/description/index.html index 8d30575aa..47da04a55 100644 --- a/report_text_format_option/static/description/index.html +++ b/report_text_format_option/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e3b9cc2a66291d03027c6100d82df8a6a0934f1802a392fe2ff1cad39557fe0d +!! source digest: sha256:37b5b67f110dcd3bf227357ada38dfcd3592d686401c059f8a337ed56881ffca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This is a technical module designed to add encoding fields to the ir.actions.report model and is applied to Text type reports.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b8530654a..1379754d8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240604.0 \ No newline at end of file +16.0.20240606.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a130b02d3..b62b8e778 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -28,6 +28,7 @@ setuptools.setup( 'odoo-addon-report_qweb_pdf_watermark>=16.0dev,<16.1dev', 'odoo-addon-report_qweb_signer>=16.0dev,<16.1dev', 'odoo-addon-report_substitute>=16.0dev,<16.1dev', + 'odoo-addon-report_text_format_option>=16.0dev,<16.1dev', 'odoo-addon-report_wkhtmltopdf_param>=16.0dev,<16.1dev', 'odoo-addon-report_xlsx>=16.0dev,<16.1dev', 'odoo-addon-report_xlsx_helper>=16.0dev,<16.1dev',