From c653e14870e357c38caf3ea2f4f4a3fa3eec857b Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Mon, 24 Oct 2022 10:18:35 +0000
Subject: [PATCH] [UPD] README.rst
---
report_qweb_signer/README.rst | 5 ++++-
report_qweb_signer/static/description/index.html | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/report_qweb_signer/README.rst b/report_qweb_signer/README.rst
index a2a76776e..d92c31295 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.
@@ -100,6 +100,9 @@ Known issues / Roadmap
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
Bug Tracker
===========
diff --git a/report_qweb_signer/static/description/index.html b/report_qweb_signer/static/description/index.html
index b4ea76fb4..3f1fbe6a8 100644
--- a/report_qweb_signer/static/description/index.html
+++ b/report_qweb_signer/static/description/index.html
@@ -455,6 +455,9 @@ system parameter named ‘report_qweb_signer.java_parameters’.
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