Sunday, February 25, 2024
1 change · 17.0
Resolved issues and error corrections
Fixed the planning module's interactive tour to work properly even when demo data is not installed. Previously, the tour would get stuck at the Publish & Send step because no shifts were assigned to employees. The fix adds test data setup to ensure the tour can complete successfully in all scenarios.
Original PR description
Currently if demo data is not installed, the planning tour will be blocked at the Publish & Send part since there are no shift assigned to an employee. To allow the tour to run even without any demo data, we need to add an employee and make sure that the user assigns a shift to this employee This should be forward ported from 15.0 to master on every stable version Task-3617611 Forward-Port-Of: odoo/enterprise#57260 Forward-Port-Of: odoo/enterprise#53411