Friday, May 29, 2026
3 changes · 19.0
Enhancements to existing features
Analytic reports can now be grouped by product category, making it easier to review costs and revenues by product area. This helps business users spot performance trends across product categories without needing custom reporting changes.
Original PR description
Add the related (non-stored) 'product_category' field on the account.analytic.line model to make it available in the Analytic Reporting "Group By" task-6219418 Forward-Port-Of: odoo/odoo#266378
This update clarifies payslip reports by separating full days from half days. Previously, both types were shown together, making it difficult to understand work hours. This change provides a clearer breakdown of employee work time reflected on payslips.
Original PR description
In order to clearly distinguish work days that extended full day or half day, the worked days under the payslips will not display both entries as separate types with the half days flagged Task: 5975762
This update enhances Odoo's compatibility with Swedish Point of Sale blackboxes. It now supports a faster data transfer rate (57600 baud) for these devices, improving the reliability and speed of data collection. This ensures accurate sales data is transmitted from the blackboxes to the Odoo system.
Original PR description
This commit adds support for Swedish blackboxes using a 57600 baud rate, as opposed to 9600 used by older models.