Daily updates from Odoo
Friday, July 28, 2023
6 changes · master
Enhancements to existing features
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.
Resolved issues and error corrections
This fixes how the Data Merge app chooses the main contact record when duplicate contacts are combined. It helps keep the right customer or partner information as the primary record, reducing cleanup mistakes after merges.
This update corrects several issues in the document PDF split tools so page selection, rule actions, renaming, and multi-row page display work as expected. Users get a smoother and more predictable experience when splitting documents and applying actions that create or link related records.
Original PR description
This commit fixes some bad behaviours introduced by the refactoring taskId:3179166. The behaviours to correct were the following: - The visual hover effect on the bottom of each page is deleted,…
This commit fixes some bad behaviours introduced by the refactoring taskId:3179166. The behaviours to correct were the following:
- The visual hover effect on the bottom of each page is deleted,
keeping only the pointer change.
- Selection and Activation are no longer different. This commit
mixes the 2 behaviours.
- The rules actions are corrected to be the same as in 16.0. The
expected behaviour is the following :
- When a rule is applied on some pages (not all) and that this
action leads to another model (i.e. project.task for the action
'Create Task'), then the pages are transformed into a document
and linked to the corresponding model AND the user stays into
the split tools.
- When the rule is applied on all the pages and that this
action leads to another model then the pages are transformed
into a document and linked to the corresponding model AND split
tools is closed and the model record view is loaded.
- When a rule is applied on some pages (not all) and that the
action does not link to another model, the page is transformed
into a document AND the user stays into the split tools.
- When a rule is applied on all the pages and that the action
does not link to another model, the page is transformed
into a document AND split tools is closed.
- The keyboard shortcuts are deactivated when renaming a group name
- The display of the pages is corrected so the pages are always
aligned vertically on many rows.
taskid:3438720