Wednesday, April 28, 2021
1 change · master
Enhancements to existing features
The Studio button is no longer shown on custom report views that cannot be edited in Studio. This prevents users from being sent to the wrong screen and avoids confusion when working with views such as project overviews.
Original PR description
Currenly in master, when view mode is qweb (for instance the project overview view), the studio icon is shown. But when the user clicks it, he/she is redirected to the wrong view and user can not customize it in studio mode. This PR purpose is to prevent the button to be shown for qweb views. task-2458123 Related PR: odoo/odoo#68146