diff --git a/report_qweb_signer/README.rst b/report_qweb_signer/README.rst index 1422c050e..a2a76776e 100644 --- a/report_qweb_signer/README.rst +++ b/report_qweb_signer/README.rst @@ -23,7 +23,7 @@ Qweb PDF reports signer :target: https://runbot.odoo-community.org/runbot/143/13.0 :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 PDFs using a PKCS#12 certificate. diff --git a/report_qweb_signer/readme/ROADMAP.rst b/report_qweb_signer/readme/ROADMAP.rst index f5bc87ca1..ba0b283cd 100644 --- a/report_qweb_signer/readme/ROADMAP.rst +++ b/report_qweb_signer/readme/ROADMAP.rst @@ -2,3 +2,6 @@ then 'Save as attachment' is not applied and signed result is not saved as attachment. * 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