TIP: You can type at any time to perform a new search.
Report Qweb Encrypt
report_qweb_encrypt · OCA/reporting-engine
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | ReportControllerEncrypt.report_download |
inherited | http | ALL |
Models touched (1)
New fields (2)
-
encryptSelectionhelp='* 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_passwordCharhelp='Python code syntax to gnerate password.'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…