Daily updates from Odoo
Wednesday, July 19, 2017
1 change · master
Resolved issues and error corrections
Pivot and graph reports now correctly apply the default grouping set in the page context when users have not chosen their own grouping. This helps business users see reports organized as intended without extra manual filtering or configuration.
Original PR description
Description of the issue/feature this PR addresses: * Issue: https://www.odoo.com/web#id=747620&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: Before this commit passed context key 'group_by' is not applied on Pivot/Graph view. In reload method If user does not select group by on views than apply default group by (context key 'group_by') -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr