Daily updates from Odoo
Monday, December 3, 2018
3 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
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