Friday, May 31, 2019
3 changes · master
Enhancements to existing features
A new automated test was added to verify Belgian payroll calculations for an employee with unpaid hours and leave days, without benefits in kind or a company car. This helps reduce the risk of payroll errors in that specific absence scenario.
Original PR description
Add test about payslip with 4 hours unpaid, 2 days leave, no atn and no car f
Resolved issues and error corrections
This fix prevents an error when someone opens a redirected email link to a record while not logged in. It helps users reach the intended page more smoothly instead of encountering a crash or traceback.
Original PR description
Description of the issue/feature this PR addresses: - Task - https://www.odoo.com/web#id=2000286&action=327&model=project.task&view_type=form&menu_id=4720 - Pad - https://pad.odoo.com/p/r.51f71151b69b178c6d5c51e70fc35535 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix lets Gantt view definitions place field and template sections in either order without causing validation errors. It reduces avoidable setup failures for teams configuring or customizing Gantt views.
Original PR description
Before this commit, In Gantt view, if you try to define field tag before templates tag then you will get validation error because field tag declared after templates tag in .rng file. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr