Friday, March 28, 2025
1 change
New functionality added to Odoo
Adds a dedicated Libro Giornale report for Italian accounting, making it easier to produce a structured, chronologically ordered journal report with debit and credit totals. The report includes required dates and PDF generation details to support Italian compliance needs.
Original PR description
- Introduces a custom report handler for the Italian "Libro Giornale" variant of journal report. - Fetches and processes journal entry data, including date, journal name, labels, debit, credit, and account details. - Builds an SQL query to retrieve and structure accounting transactions in chronological order. - Groups journal entries, formats columns, and calculates total debit and credit values. - Ensures proper date formatting (`YYYY-MM-DD`) and structured report output for compliance with Italian accounting standards. - Adds the report generation date to the PDF upon extraction - I have added display_type in the query of journal report to use it in sorting task-4502158