Sunday, August 23, 2026
2 changes · master
Enhancements to existing features
When the field service planning stock module is installed, stock lot information is now calculated for upcoming shifts and shifts in the current week that have a customer. This helps users see the expected stock details on recent schedules right away, avoiding confusion when checking this week's work.
Original PR description
Before this commit, when the module `planning_field_service_stock` is installed, `_compute_lot_ids` in planning.slot model will only be triggered for all shifts in the future with a state in draft and a customer set. That condition is a bit annoying since the user could think the feature does not work if he checks a shift the first day of the week. This commit reviews the condition to compute lot_ids for all shifts in the future or in the current week if those shifts have a customer set to make sure the lot_ids is computed for the most recent shifts. task-6470210
This update adjusts performance test expectations for Knowledge following related Discuss changes around meeting chats, channel settings permissions, and important notification counters. It helps keep automated validation aligned with the expected system behavior while supporting smoother post-meeting collaboration and clearer notifications.
Original PR description
This commit adds an action in Discuss to convert a meeting into a group chat, allowing participants to continue the conversation in a dedicated group chat after the meeting. It also adds a check when writing `default_display_mode`, ensuring that only channel owners and database admins can update it. Additionally, this commit adds a new `important_notification` message subtype to display the notification counter in Discuss when an important notification is received. Task-6470475