Friday, February 12, 2021
4 changes · master
Resolved issues and error corrections
The planned hours field in timesheet project views now uses the proper time display. This makes planned work easier to read and enter consistently for users managing project timesheets.
Original PR description
Current behavior before PR: the planned_hour field should have the time widget. Desired behavior after PR is merged: the planned_hour field will have the time widget. LINKS PR #57065 Task-2333387 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A small access setting in the Website app was corrected so website publishers can read the intended visitor access token field. This fixes a previous typo that made the field unreadable to everyone, with limited business impact because the feature was already inaccessible.
Original PR description
Previously, since the group name was wrong, nobody can access this. Now we let group_website_publisher read it... Change is not critical, since previous typo make it unreadable for all. 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
This fix ensures that when a new menu is created in Studio for a model, the related window action includes a default view mode. This prevents menus from opening incorrectly or failing due to missing view settings, making Studio-created menus more reliable.
Original PR description
Currently, in master when creating a menu for a model that have a windows action because default view mode is not set. So, in this commit when creating a menu for a model set default view mode in new window action. TaskId: 2248384
A missing tooltip has been added to the Dashboard option in Studio’s view switcher. This makes the interface clearer and helps users understand the available view choices more easily.