Wednesday, December 27, 2023
4 changes · master
Enhancements to existing features
Sales orders for prepaid services can now show an upsell activity again when extra hours are recorded after the order has been fully invoiced. This helps sales teams catch additional billable work instead of missing follow-up opportunities after the first invoice.
Original PR description
Before this commit, a SOL containing a prepaid service could never re-trigger the upsell activity when more hours than expected were recorded for that service even after invoicing the SO. Now it is possible for a SOL to make the upsell activity appear again if the SO has been invoiced with an ordered quantity equals to the delivered quantity for that SOL. task-3618812 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Project settings now prevent users from creating a new company directly while choosing a company on a project. This keeps company setup controlled through the proper business process and reduces accidental duplicate or incorrect company records.
Original PR description
Disable on the fly creation for companies in view: - `project.project.form`: Project > Settings task-3507965 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Recruitment Offers empty screen now uses clearer messaging and gives users a direct path to view all applications. This helps recruitment teams understand what to do next when no offers are available.
Original PR description
Change alternates message for Recruitment Offers' empty screen. It includes redirection to All Applications view. task-3637560
Unplanned tasks on the project map now appear with muted pin text, making them easier to distinguish from scheduled work. This helps teams read the map at a glance and avoid confusing unscheduled tasks with planned ones.
Original PR description
Task-3617973