Skip to content

Commit fcc1e2b

Browse files
committed
[BOT] post-merge updates
1 parent 5ce19e1 commit fcc1e2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addon | version | maintainers | summary
3434
[report_qweb_field_option](report_qweb_field_option/) | 17.0.1.0.1 | | Report Qweb Field Option
3535
[report_qweb_parameter](report_qweb_parameter/) | 17.0.1.0.2 | | Add new parameters for qweb templates in order to reduce field length and check minimal length
3636
[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 17.0.1.0.2 | <a href='https://github.com/hbrunn'><img src='https://github.com/hbrunn.png' width='32' height='32' style='border-radius:50%;' alt='hbrunn'/></a> | Add watermarks to your QWEB PDF reports
37-
[report_qweb_signer](report_qweb_signer/) | 17.0.1.0.2 | | Sign Qweb PDFs usign a PKCS#12 certificate
37+
[report_qweb_signer](report_qweb_signer/) | 17.0.1.0.3 | | Sign Qweb PDFs usign a PKCS#12 certificate
3838
[report_substitute](report_substitute/) | 17.0.1.1.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | This module allows to create substitution rules for report actions.
3939
[report_text_format_option](report_text_format_option/) | 17.0.1.0.0 | | Report Text Format Option
4040
[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 17.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.

report_qweb_signer/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Qweb PDF reports signer
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:8e3e54c5fb4cf809950609cadd0a782a02940ee7a40be85ffbc935d24ec465fa
14+
!! source digest: sha256:19dcff46cb53358967f60ace3c57d9d6aa1462241e5f57a294ba5840500f5d8d
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

report_qweb_signer/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "Qweb PDF reports signer",
88
"summary": "Sign Qweb PDFs usign a PKCS#12 certificate",
9-
"version": "17.0.1.0.2",
9+
"version": "17.0.1.0.3",
1010
"category": "Reporting",
1111
"website": "https://github.com/OCA/reporting-engine",
1212
"author": "Tecnativa, " "Odoo Community Association (OCA)",

report_qweb_signer/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Qweb PDF reports signer</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:8e3e54c5fb4cf809950609cadd0a782a02940ee7a40be85ffbc935d24ec465fa
375+
!! source digest: sha256:19dcff46cb53358967f60ace3c57d9d6aa1462241e5f57a294ba5840500f5d8d
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/17.0/report_qweb_signer"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-report_qweb_signer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of report module to sign PDFs

0 commit comments

Comments
 (0)