Daily updates from Odoo
Tuesday, May 22, 2018
2 changes
Resolved issues and error corrections
This fixes an incorrect filter in the inventory transfer form that was introduced by a prior change. Restoring the previous filtering behavior helps users see the correct records when working with stock pickings, reducing confusion in warehouse operations.
Original PR description
The commit ffb7976 introduce a wrong domain in the picking form view. This commit correct it to the previous value 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
Manufacturing orders now block completion when components are linked to a finished product serial number that was not actually produced. This prevents inaccurate consumption records and keeps product traceability reports reliable.
Original PR description
- Create a Finished Product tracked by SN - Add a BoM with routing (in several steps) to that product: component A should be consumed in 1st step and component B in 2nd step - Create a MO, plan it,…
- Create a Finished Product tracked by SN
- Add a BoM with routing (in several steps) to that product: component A
should be consumed in 1st step and component B in 2nd step
- Create a MO, plan it, go on the first WO and produce the finished
product with SN 0001
- Then go on the second WO and produce the finished product with SN 0002
- Back on your MO, you'll see that
Finished Product = SN 0002
Component A has been consumed for SN 0001
Component B has been consumed for SN 0002
- Mark the MO as done
No blocking error is raised so I'm consuming a product for a finished
product I'm not really producing. Traceability report will be wrong too.
We raise a blocking error to avoid this use case.
opw-1832098
Co-authored-by: Nicolas Martinelli <nim@odoo.com>
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