Friday, July 28, 2023
5 changes · master
Enhancements to existing features
This update simplifies how automated tests are set up across several Odoo Enterprise apps by removing custom setup workarounds. It helps keep test maintenance simpler and more reliable, with no expected change for end users.
Original PR description
community: https://github.com/odoo/odoo/pull/129705
Manufacturing teams can now choose whether the Shop Floor app appears on the home screen and work order forms. This gives businesses more control over the manufacturing interface, helping keep screens focused when the Shop Floor app is not needed.
Original PR description
Before this commit, the shop floor app was always visible when the mrp_workorder module was installed. This commit adds a checkbox in the manufacturing settings to hide the shop floor app from the home screen and the workorder form view. Task: 3432610
Companies can now tailor Belgian representation fee allowances by job position instead of using one fixed amount. Payroll teams can enable or disable specific components for homeworking, internet, phone, and car management so allowances better match each company’s benefits policy.
Original PR description
Every company is not delivering the same advantages, according to that, the limit of representation fees you can consider as "with serious standard" is not the same for everybody, and it can vary depending on the job position. Representation fees will now be divided as the sum of 4 parameters : Homeworking amout : 145,81 euro Internet amout : 30 euro Phone amout : 25 euro Car management amount : 80 euro The user will now have the possibility to disable or enable each one of those parameters. task - 3095671
The appraisal flow now offers a smoother experience for requesting and managing 360 feedback. Employees and managers benefit from clearer feedback invitations and appraisal-related survey handling, making the review process easier to follow.
Original PR description
task - 3244324
The mail app now includes a new picker to make choosing items or recipients easier and more efficient. This should streamline everyday messaging workflows and reduce friction for users interacting with mail features.