report_qweb_encrypt
This module allows encrypting QWeb PDF reports with passwords in Odoo.
Key Features
- ir.actions.report: Adds an encryption field to reports with options for manual or auto-generated passwords.
- ir.actions.report: Enables manual password input via a dialog when printing single records.
- ir.actions.report: Supports auto-generated passwords using Python expressions based on record data.
- ir.actions.report: Validates Python code for password generation and handles encryption errors.