report_qr
This module provides an enhanced QR code generation system for Odoo reports, offering better structure and customization options compared to the standard implementation.
Key Features
- reporting: Generates QR codes with customizable error correction levels ranging from 7% to 30% error tolerance.
- reporting: Supports multiple image formats including PNG and various SVG types for flexible report integration.
- reporting: Allows customization of QR code appearance through parameters like box size, border thickness, fill color, and background color.
- reporting: Provides a public HTTP endpoint for on-demand QR code generation in web reports.
- ir.actions.report: Extends the report actions model with a qr_generate method for programmatic QR code creation.