Tuesday, September 26, 2023
5 changes · master
Resolved issues and error corrections
This fix ensures Odoo Studio can display hidden linked fields without triggering an error. It does this by loading the field label information needed for those fields, improving reliability when customizing views.
Original PR description
Before this commit, the display_name wasn't read if the field was invisible. So, when displaying invisible fields in studio mode a traceback was popping up. Now, if you are in studio mode, the display_name is read, even for the invisible fields. TASK-ID: 3453701 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
A technical field that appeared on the task timesheets page in Field Service is now hidden from users. This keeps the screen cleaner and prevents confusion from internal system information being shown during normal work.
Original PR description
**Steps:** - Open project.task form view in Field Service - Go to Timesheets page - the 'is sales order item manually edited' field is visible in Field Service **Issue:** - The technical field is displayed to the user **Cause:** - The view modifier is not updated **Fix:** - Using column_invisible instead of invisible. **Task:** 3461563
The Helpdesk timesheet view now hides internal fields that were accidentally visible to users. This keeps the screen cleaner and prevents confusion from technical information that is not meant for day-to-day use.
Original PR description
**Steps:** - Open project.task form view in Helpdesk - Go to Timesheets page - The 'is sales order item manually edited' and 'invoice' field is visible **Issue:** - The technical field is displayed to the user **Cause:** - The view modifier is not updated **Fix:** - Using column_invisible instead of invisible. **Task:** 3461563
The Share on Forum wizard now displays the Forum field in proper alignment. This removes a small visual inconsistency and makes the helpdesk-to-forum sharing flow look cleaner for users.
Original PR description
Steps: - Install website_helpdesk_forum - Click on ticket on team card - In kanban view click on create button - When we click on Share on Forum button a wizard form open Issue: - Forum field is not correctly aligned Cause: - There was some unnecessary padding which was causing alignment issue. Fix: - added style padding-left for correct alignment of forum field. task-3474577
The Planning role kanban menu has been cleaned up so edit and delete actions appear properly aligned. This makes the configuration screen look more polished and easier to use for administrators.
Original PR description
Steps and Issue: In planning > configuration > in roles > kanban view > in burger menu edit and delete buttons are not correctly aligned Fix : We have removed unnecessary div elements task-3302412