Daily updates from Odoo
Monday, November 7, 2022
2 changes
Resolved issues and error corrections
Manufacturing orders now follow the selected backorder rule on their operation type, such as never, always, or ask. This makes production backorder handling more predictable and aligned with business configuration.
Original PR description
**Current behavior before PR:** The option on the operation type to select the way in which backorders should be generated (never, always, ask) does not work for the Manufacturing Operation type. **Desired behavior after PR is merged:** The option on the operation type to select the way in which backorders should be generated will work for the Manufacturing Operation type. **Links:** Task-2918994
The Planning configuration now hides the working time field for materials when flexible hours are enabled. This prevents users from seeing or being required to fill in a field that does not apply, reducing confusion during setup.
Original PR description
…ble hours Before this commit, planning > configuration > materials: 'working time' value was visible when 'flexible hours' were true After this commit, 'working time' will be hidden when flexible hours' is true task-2979890