[UPD] README.rst
parent
d15567768a
commit
c653e14870
|
@ -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
|
||||
===========
|
||||
|
|
|
@ -455,6 +455,9 @@ system parameter named ‘report_qweb_signer.java_parameters’.</p>
|
|||
then ‘Save as attachment’ is not applied and signed result is not
|
||||
saved as attachment.</li>
|
||||
<li>Add tests.</li>
|
||||
<li>Why not taking the occasion to add the whole configuration at report level
|
||||
(if to be signed or not, the domain, etc…)?
|
||||
See <a class="reference external" href="https://github.com/OCA/reporting-engine/pull/533#issuecomment-898321161">https://github.com/OCA/reporting-engine/pull/533#issuecomment-898321161</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
|
Loading…
Reference in New Issue