Wednesday, April 12, 2023
2 changes · master
Resolved issues and error corrections
Manufacturing order splits now allow a lot or serial number to be assigned to each resulting backorder. The original order also records a note listing the created backorders, improving traceability for production teams.
Original PR description
With this commit ============= - Added a field lot/serial number for backorder & log-note when mo is splited we can give a lot/serial number to each backorder at the time of splitting mo. We have added a lot/serial no field in split wizard too, same as like mo. - After splitting mo I have added a log note in main mo like "This manufacture order is splited to" (splited backorder names) TaskId - 2754217
This fix prevents an error from appearing when someone clicks an empty user avatar field. It improves stability in the Mail-related user interface and avoids interrupting users with a traceback.
Original PR description
m2o avater user widget This commit's purpose is to prevent a traceback when the user click on an empty avatar user icon. task-3254564 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