Thursday, December 29, 2022
2 changes · master
Enhancements to existing features
The manufacturing BoM Overview now shows route information together with lead times when that filter is selected. This makes the overview clearer because lead times depend on the routes that determine them, helping users understand planning information in context.
Original PR description
In the BoM Overview, routes were always displayed regardless of the display options selected in the filter. Since lead times are only relevant when checking their associated routes (as they determine them), it makes sense to add the display of the routes in the lead times filter. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When creating custom appointment share links, the calendar now uses the last slot duration selected during the current session instead of always defaulting to 30 minutes. This reduces repeated manual resizing when users add several slots with the same preferred duration.
Original PR description
When clicking on the calendar when adding slots to the custom share link in preparation, the default duration is always 30 minutes. However, when selecting several slots with another preferred duration, one must drag the slot every time. Therefore, as long as the user is on the calendar page, the slot duration will be by default the last one used if any, or 30 minutes. Task-3107362