Thursday, October 14, 2021
2 changes · master
Resolved issues and error corrections
This fixes cases where a previously opened action could reuse outdated session context after changes such as switching companies. Users should now see screens and data filtered according to their current user settings after a browser reload.
Original PR description
the context of an action stored in session overrides user context 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
The Project Gantt view now uses the start date as its default ordering when loading data. This makes project timelines appear in a more natural and predictable sequence for users reviewing scheduled work.
Original PR description
This PR purpose is to ensure that the rpc call of the project gantt view is using the start date as default sort order. task-2516896