[ADD] report_qweb_signer: add pedrobaeza idea in ROADMAP

This commit is contained in:
Thomas Binsfeld
2022-10-24 10:36:11 +02:00
parent 4af9b07b94
commit 8a5b1fc042
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ Qweb PDF reports signer
:target: https://runbot.odoo-community.org/runbot/143/14.0 :target: https://runbot.odoo-community.org/runbot/143/14.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of report module to sign This module extends the functionality of report module to sign
PDFs using a PKCS#12 certificate. PDFs using a PKCS#12 certificate.

View File

@@ -2,3 +2,6 @@
then 'Save as attachment' is not applied and signed result is not then 'Save as attachment' is not applied and signed result is not
saved as attachment. saved as attachment.
* Add tests. * Add tests.
* Why not taking the occasion to add the whole configuration at report level
(if to be signed or not, the domain, etc...)?
See https://github.com/OCA/reporting-engine/pull/533#issuecomment-898321161