[ENH] Add option to auto encrypt password based on python syntax

This commit is contained in:
Kitti U
2020-12-26 15:06:58 +07:00
parent f3348c8d3d
commit f1af8c100e
10 changed files with 143 additions and 69 deletions

View File

@@ -1,2 +1,3 @@
* Enric Tobella <etobella@creublanca.es>
* Jaime Arroyo <jaime.arroyo@creublanca.es>
* Kitti U. <kittiu@ecosoft.co.th>

View File

@@ -1,2 +1,4 @@
This module allows you to encrypt pdf files with a password when
downloading them.
This module allow you to encrypt PDF with a password seting option,
* Manually keyin password (only applicable for record print action)
* Auto generated password based on object data (python)

View File

@@ -1 +1 @@
To make a report encryptable mark the field `Encryptable` in the report record.
To make a report encryptable mark the field `Encryption` in the report record.