Daily updates from Odoo
Friday, October 21, 2016
3 changes · master
New functionality added to Odoo
New automated tests check that purchase, sales delivery, and manufacturing dates are calculated correctly when default lead times and route delays are configured. This helps prevent scheduling regressions that could affect order promises, purchasing dates, deliveries, and production planning.
Original PR description
Description of the issue/feature this PR addresses: Write testcases for default lead time. <b>Pad:</b> https://pad.odoo.com/p/r.2b08f2dd844082b5b77c77d1d52558dc <b>Task:</b> https://www.odoo.com/web?#id=22258&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The Archive and Restore actions are repositioned so they appear last by default across many Odoo screens. This reduces accidental archiving and makes restoring archived records clearer by renaming “Unarchive” to “Restore.”
Original PR description
Task : https://www.odoo.com/web?#id=28509&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.d4786d35243e07a66f34e7ed0168500d Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Archive action is now placed last by default across many Odoo screens, reducing the chance that users archive records by mistake. The Unarchive action is also renamed to Restore, making it clearer for users who want to bring archived records back.