Wednesday, June 30, 2021
2 changes · master
Resolved issues and error corrections
This fixes an issue where filtered Kanban columns could incorrectly appear empty after a card was moved to another stage. Users can now move records while filters are active and still see accurate remaining records and activity counters.
Original PR description
Currently, In kanban state when we filter the record and move it to another stage, then the previous column counter drops to zero and remaining records are not displaying So in this commit, if we move the record to other stage then the previous column records which are not match to current filter are displayed TaskId: 2454209 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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.