You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Yes, in Odoo 16, the planned duration of Manufacturing Orders (MO) can't be altered directly. While users can display and adjust the planned finish date, Odoo doesn't maintain the set duration when the MO is rescheduled. This results in the system defaulting to the Manufacturing Lead Time from the product template.
Issues Identified:
The new duration of the MO gets overridden, causing loss of user-defined durations.
Dragging MO in the calendar view changes the start date but doesn't keep the intended duration.
Using the hamburger-menu to adjust the finish date doesn't maintain the new duration.
Describe the solution you'd like
Your add-on, mrp_production_date_planned_finished, resolves this problem. Please consider migrating it to support Odoo 16.
Describe alternatives you've considered
Make the date_planned_finished field visible by default in the MO form view.
Identify and remove the Python code that's resetting the MO duration to the manufacturing lead time.
Additional context
The current behavior is problematic as it disregards user-set durations for specific MOs, negating manual calculations made for production timings.
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Is your feature request related to a problem?
Yes, in Odoo 16, the planned duration of Manufacturing Orders (MO) can't be altered directly. While users can display and adjust the planned finish date, Odoo doesn't maintain the set duration when the MO is rescheduled. This results in the system defaulting to the Manufacturing Lead Time from the product template.
Issues Identified:
The new duration of the MO gets overridden, causing loss of user-defined durations.
Testing
The issue has been verified on runboat.
Describe the solution you'd like
Your add-on, mrp_production_date_planned_finished, resolves this problem. Please consider migrating it to support Odoo 16.
Describe alternatives you've considered
Additional context
The current behavior is problematic as it disregards user-set durations for specific MOs, negating manual calculations made for production timings.
The text was updated successfully, but these errors were encountered: