Daily updates from Odoo
Wednesday, April 1, 2020
2 changes · master
Resolved issues and error corrections
The onboarding walkthrough for Field Service has been reorganized so it works correctly across the core Field Service, Sales, and Reporting apps. This helps new users get guided setup steps reliably, even when only some related modules are installed.
Original PR description
PURPOSE The purpose of this commit is we split the tour into the two module and add Feature one Industry_fsm_tour. SPECIFICATIONS In this tour adding products in Industry_fsm . this steps are which only available in industry_fsm_sale so we move the tour from industry_fsm_sale to indsutry_fsm. This is the goal of this commit. LINKS PR: #8939 task : 2188560
The My Planning view now shows only relevant employees with visible shifts, instead of listing employees who had shifts in the past 30 days without showing any shift details. This reduces clutter and helps users focus on their current planning information.
Original PR description
Before this commit, "My Planning" was showing the list of employees that had a shift in the last 30 days without displaying their shifts - polluting the view for no reasons. TaskID: 2212344