Wednesday, April 5, 2023
3 changes · master
Resolved issues and error corrections
Manufacturing orders now respect the backorder preference set on their operation type, such as never, always, or ask. This helps teams apply consistent production processes and avoid unwanted or missing backorders.
Original PR description
Before this commit: 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. After this commit: The option on the operation type to select the way in which backorders should be generated will work for the Manufacturing Operation type. Task-2918994
Mail composer mentions are now preserved when users switch composer modes or edit an existing message. This prevents accidental loss of tagged people, helping ensure the right colleagues remain notified in conversations.
This fixes an issue in Odoo Studio where changing form settings for a one-to-many or many-to-many subview could fail and accidentally alter the main form instead. Users can now update subview options such as allowing record creation with confidence that the intended view is changed.
Original PR description
Have a form view with a x2m. In studio, edit that x2many's form view, and uncheck the "create" attribute in the sidebar Before this commit, it did not work, worse, the main form view was altered. After this commit it works as expected.