Sunday, October 20, 2024
1 change · 18.0
Resolved issues and error corrections
This fix prevents an error from appearing when users post a work-in-progress accounting entry for a manufacturing order while a work order is still being tracked without an end time. Users can continue the manufacturing accounting workflow without being blocked by an unexpected traceback.
Original PR description
before this commit, if user tries to open/generate WIP entry for manufacturing without recording the end time in the time tracking inside the work order a traceback is shown to user * create a manufacturing order that generate work order * in the work orders generated, start a work order * now click on POST WIP accounting entry from action * traceback is shown  after this commit, no traceback wont be shown in the above scenario Related EE: https://github.com/odoo/enterprise/pull/72070 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr