Daily updates from Odoo
Sunday, February 22, 2026
3 changes · master
Resolved issues and error corrections
This update corrects a potential issue in the Odoo Enterprise accounting for Colombia (l10n_co_dian) module. Specifically, it ensures that certain data related to Dian's tax requirements (cufe/cude) is properly handled, preventing unexpected resets and maintaining accurate financial reporting. This resolves a technical problem that could have impacted data integrity.
Original PR description
task-5500236 Forward-Port-Of: odoo/enterprise#108228
This update resolves a technical issue that prevented emails from being sent correctly when processing multiple equity transactions. The fix corrects a configuration error in the email template, ensuring accurate record matching and preventing errors during email generation. This improves the reliability of equity transaction email notifications.
Original PR description
## Issue Before This Commit A missing record error occurred during email generation when the number of `equity.transaction` records exceeded the `res.partner` records. ## Cause of the Issue The issue was caused by an incorrect `model_id` configuration in the `equity_shareholder_email_template`. This created a mismatch between the template model and the record context passed to the mail compose wizard, leading to a missing record error during template rendering. ## With This Commit The template `model_id` has been corrected `equity.transaction`. This ensures that the mail compose wizard receives the correct model context and prevents missing record errors during email generation. Steps to reproduce : [Video](https://drive.google.com/file/d/19WXbjmYPKh0IjQHcEGU4FdUbGSF4GGlx/view?usp=drive_link) opw-5899070 Forward-Port-Of: odoo/enterprise#107891
This update corrects a rounding issue in the calculation of the private car daily allowance within the Odoo Enterprise payroll system. The change ensures that all figures are displayed with two decimal places, improving the accuracy and reliability of reported payroll data. This update primarily affects the Belgian payroll module.