Wednesday, November 28, 2018
2 changes · master
Enhancements to existing features
Manufacturing orders can now be planned in draft before related component movements are launched, giving users more control over when procurement and stock rules run. The update also improves how production status is determined, supports extra components through the normal workflow, and makes manufacturing information easier to filter and review.
Original PR description
The purpose of this PR is to allow more flexibility on Manufacturing. It will allows: - Pull and Push rules are no more directly trigger. It will require a confirmation from the user in order to launch them. (except when it comes from another rule) - The user will be able to add extra components. Those components will follow the classic flow (trigger rules, will be present in workorders and produce wizard, ...) - State will be computed and will not require explicit write - Advanced filter Task 1889384
Features or functions removed from Odoo
The CRM Project module that let users quickly create project tasks from sales leads has been removed because it is no longer considered useful. Users should now track follow-ups with activities, while lead conversion to helpdesk tickets is handled through the newer Enterprise CRM Helpdesk option.
Original PR description
Purpose : This module was allowing to quickly create tasks from leads. It is now considered as useless, and an activity should be used instead. We bring another module crm_helpdesk in enterprise to convert leads to helpdesk tickets, which appears more useful. Closes #28425 Task-1867574 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr