report_xlsx
This module provides a basic report class to generate XLSX reports in Odoo.
Key Features
- reporting: Enables generation of XLSX reports in Odoo.
- ir.actions.report: Adds XLSX as a supported report type.
- reporting: Provides an abstract class for implementing XLSX reports.
- reporting: Handles duplicate worksheet names in XLSX files.
- reporting: Supports saving XLSX reports as attachments.
- reporting: Includes currency formatting utilities for reports.
- res.partner: Includes an example XLSX report for partners.
- web: Integrates XLSX report downloading in the web interface.