From 340155ff508bb18b584a59848ea29df5199bc4f7 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Mon, 24 Oct 2022 10:36:11 +0200 Subject: [PATCH] [ADD] report_qweb_signer: add pedrobaeza idea in ROADMAP --- report_qweb_signer/README.rst | 2 +- report_qweb_signer/readme/ROADMAP.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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