Wednesday, June 30, 2021
1 change · master
Resolved issues and error corrections
Fixed an issue in Planning where the “Open Shifts” row was unavailable when sample data was shown. Users can now create a new shift from that row even before real planning data exists, making setup smoother.
Original PR description
BUG Since odoo/enterprise@44f6134, the "Open Shifts" empty line is disabled when sample data is displayed. This prevents people from creating a new shift from this empty line. IMPLEMENTED FIX The sampla data target selector for the planning gantt renderer has been adapted to ensure the "Open Shifts" empty line does not get disabled in sample data mode.