Daily updates from Odoo
Monday, June 10, 2024
4 changes · master
Enhancements to existing features
Time off allocation approvals now support a second approval step, allowing organizations to use a clearer two-level validation process. Allocation approval settings are aligned with time off approvals, and designated employee approvers can manage allocations from the management menu.
Original PR description
This commit introduces several improvements to the allocation management process: - A new state, "Second Approval" is added to streamline the approval process for time off allocations, enabling a two-tier validation mechanism. - Approval settings for allocations are now similar to time off, providing approval requirements for both time off officer and manager. - Employee approvers can now manage allocations under the management menu item. Task-3776596
The fleet salary configurator now uses a more realistic default threshold of 5 available cars for new vehicle request warnings instead of 1000. Available car counts also exclude vehicles in stages hidden from offers, and the setting now includes clearer guidance for administrators.
Studio now shows all available fields immediately when users create a related field, instead of initially limiting the list to linked-record fields. This makes configuration faster and reduces confusion for users setting up custom fields.
Original PR description
Specification: When a related field is created with Studio, the list only displays the (M2O) fields. If a field is selected, then all fields become available. Observed behavior: the list only displays the M2O fields Expected behavior: All the fields should directly be available while creating related field in studio. Task-3821059
Offer records now show direct navigation buttons based on signature progress. Users can quickly open the pending signature request for partially signed offers or jump to the related contract once an offer is fully signed, reducing manual searching and follow-up time.
Original PR description
Add smart button "Requested Signature" for offers in "Partially Signed" state, linking to the pending sign request. Implement "Contract" smart button for offers in "Fully Signed" state, directing to the contract form view. Task-3750988