Tuesday, November 3, 2020
1 change · master
Enhancements to existing features
The Website Products menu now opens in the intended kanban view instead of defaulting to a list view. This makes product management more consistent with the configured view settings and reduces confusion for users navigating the website sales area.
Original PR description
Before this commit: Going to Website / Products --> Products will open `tree` at first position while it should open `kanban` view based on given `view_mode`. After this commit: >e remove explicit `view_id` and add view ref in `context` so it opens `kanban` at first and respects given view_id as well. This commit closes #50349 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