Tuesday, March 4, 2025
3 changes · 18.0
Enhancements to existing features
Belgian states have been added to Odoo’s standard country data, improving address and localization accuracy for Belgian records. A related tax test was adjusted so existing validation continues to work with the new Belgian state data.
Original PR description
Add belgian states to the states data list. Done as part of task-4522433
Adds automated checks to ensure accounting security access is granted only in the intended situations and that journal checks no longer raise errors. This helps protect the reliability of secured accounting entry features without changing day-to-day user workflows.
Original PR description
In odoo/odoo#196748, the secured group usability was changed to only grant access to the new features relating to securing entries if moves from a journal without "Hash on Post" are secured. In odoo/odoo#197226, an issue with the first commit was addressed, in which an error was raised when checking if a journal had unhashed entries. This commit adds tests to validate that the group-granting behavior occurs correctly, and that there are no errors raised when checking a journal for unhashed entries. no-task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Indian payroll yearly salary by employee report now uses a clearer date format, shows the employee registration number as the employee code, and improves table presentation. These changes make the report easier to read and more consistent for payroll and HR teams.
Original PR description
-change the date format to dd/mm/yyyy -employee code should be employee registration number of the employee -title should be bold -borderline should be same on both table task-4452670