Daily updates from Odoo
Monday, December 3, 2018
5 changes · master
Enhancements to existing features
The stock transfer screen now hides the scrap option once a transfer is completed, and also avoids showing it for receipts where scrapping incoming goods is not intended. This reduces accidental inventory adjustments and guides users to review scrap moves through the dedicated status button instead.
Original PR description
Task ID 1913275 Task : https://www.odoo.com/web#id=1913275&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.59923edf5cebf63c11325cddf84bca75 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves sample data across HR, payroll, recruitment, lunch, and point of sale apps so demo environments feel more realistic and complete. It helps sales, training, and evaluation scenarios better showcase common business workflows, with minor test updates for changed company naming.
Original PR description
Add and improve demo data Task #1870050 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When an action is created without a label, Odoo now uses the name of the related model automatically. This makes menus and actions clearer by avoiding blank or unclear names with no extra setup required.
Original PR description
Take the name of the model if no name is set for an action.
Manufacturing work order cards now show their status directly, helping operators quickly pick orders that are ready to work on. The update also prevents invalid planning dates where an end date is earlier than the start date, reducing scheduling mistakes.
Original PR description
This PR introduce: - State on kanban cards - Do not allow a start date greater then a stop date. The purpose and details are explain in each specific commit Task ID -1838642 Pad - https://pad.odoo.com/p/r.68c799c9a80a18157eefebc39452f311
Financial reports now include footnotes directly when reports are generated, reducing unnecessary background loading and making printing more reliable. The project timesheet forecast sales overview was also aligned with the newer page rendering approach, improving consistency for users.
Original PR description
Enterprise part of odoo/odoo#28716