[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-10-22 18:32:01 +00:00
parent a8eb85f1cb
commit f6edfeff39
4 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ addon | version | maintainers | summary
[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 16.0.1.0.1 | | Report Qweb Element Page Visibility
[report_qweb_encrypt](report_qweb_encrypt/) | 16.0.1.0.2 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Allow to encrypt qweb pdfs
[report_qweb_parameter](report_qweb_parameter/) | 16.0.1.0.0 | | Add new parameters for qweb templates in order to reduce field length and check minimal length
[report_qweb_pdf_cover](report_qweb_pdf_cover/) | 16.0.1.0.0 | | Add front and back covers to your QWeb PDF reports
[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.2 | | Sign Qweb PDFs usign a PKCS#12 certificate
[report_substitute](report_substitute/) | 16.0.1.0.2 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This module allows to create substitution rules for report actions.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -1 +1 @@
16.0.20240614.0
16.0.20241022.0

View File

@@ -26,6 +26,7 @@ setuptools.setup(
'odoo-addon-report_qweb_element_page_visibility>=16.0dev,<16.1dev',
'odoo-addon-report_qweb_encrypt>=16.0dev,<16.1dev',
'odoo-addon-report_qweb_parameter>=16.0dev,<16.1dev',
'odoo-addon-report_qweb_pdf_cover>=16.0dev,<16.1dev',
'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',