Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/reporting-engine
Last tracking update
2026-08-19 05:33:11
Authors
Odoo Community Association (OCA), Creu Blanca, Ecosoft
Maintainers
Odoo Community Association (OCA), Creu Blanca, Ecosoft
Committers
Moises Lopez, Moises Lopez - https://www.vauxoo.com/, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
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)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ir_actions_report_form_view ir.actions.report.form (in report_qweb_encrypt) ir.actions.report form Inherits base.act_report_xml_view
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) ReportControllerEncrypt.report_download inherited http ALL
Models touched (1)

New fields (2)
  • encrypt Selection
    help='* Manual Input Password: allow user to key in password on the fly. This option available only on document print action.\n* Auto Generated Password: system will auto encrypt password when PDF created, based on provided python syntax.' selection=[('manual', 'Manual Input Password'), ('auto', 'Auto Generated Password')] string='Encryption'
  • encrypt_password Char
    help='Python code syntax to gnerate password.'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…