Tuesday, April 14, 2026
3 changes · master
New functionality added to Odoo
This update introduces new premium pay categories within the payroll system, allowing businesses to accurately account for overtime and special pay arrangements like night shifts, weekends, holidays, team bonuses, and miscellaneous payments. This enhancement improves payroll accuracy and reporting for companies with employees receiving these additional compensation types.
Original PR description
add premium pay categories and rules for night, sunday, holiday, team, and miscellaneous Task: 6033393
This update introduces a required report, DAS2, for French businesses to comply with tax regulations when declaring payments to third-party service providers. It aligns with French legal requirements and ensures accurate financial reporting. A related update also ensures data consistency across Odoo modules.
Original PR description
This PR introduces the DAS2 report for the French localization. This report is essential for companies to comply with French tax regulations and is used to declare payments made to 3rd party service providers. Task ID: 4894097
This update enhances the AI agent's understanding of Odoo's core models by introducing a dedicated 'explanation' field. This allows the AI to generate more relevant and detailed context for its operations, improving its performance and accuracy. The change impacts several key enterprise modules like HR and Sales, leading to better AI-driven insights.
Original PR description
This PR introduces a dedicated _explanation attribute to Odoo's core models and actions to provide verbose, LLM-targeted context. Previously the AI agent relies on the _description attribute, which in fact has little to do with action of describing. It just the human readable display name of the model. By adding a separate explanation field to `ir.model` and `ir.actions.actions`, we can now provide better explainability of the model for both ai and humans use. This PR has introduced a selection of description. Future work should continue to add more in the future. https://github.com/odoo/odoo/pull/256616/ task-6009099