Monday, May 18, 2020
7 changes · master
Enhancements to existing features
This update streamlines accounting company onboarding steps and removes an unused Colombian localization field from contact records. The changes reduce maintenance complexity and help keep the user interface focused on relevant information.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The SMS form view has been cleaned up so it better matches the SMS composer experience. This makes reviewing SMS details and performing basic actions more consistent and easier for users.
Original PR description
Purpose ======= Clean up of the sms form view to match what is shown in the composer as well as allowing basic actions. Task-2244195
This update replaces remaining uses of the word “leave” with “time off” in HR-related warnings, labels, emails, and messages. It makes employee-facing wording clearer and more consistent across the Time Off and Presence areas without changing business processes.
Original PR description
Followup on a3daff6 Use `time off` word instead of 'leave'. 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
Website filter labels have been renamed to make them easier for users to understand. This improves usability by helping website managers find and apply the right filters more quickly.
Original PR description
Usability Improvement 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
Users can now click anywhere inside a checkbox cell in list views to select or unselect a record, instead of needing to click precisely on the checkbox. This makes selecting multiple records faster and less frustrating.
Original PR description
**PURPOSE**: Currently, the hitbox(the clickable area which can check & uncheck the checkbox) for the checkbox in listview is limited upto the border of the checkbox. User have to specifically click within or on the border of the checkbox to change the status of the checkbox to checked & unchecked. It is quite cumbersome for the user to select multiple checkboxes quickly. So to improve user usability, the hitbox area of the checkbox is increased by making the cell clickable. So if user click outside the checkbox but within the cell will also change the status. **SPEC**: We have bind click event for the respected cell of that checkbox. and click on that will change the stauts of the checkbox of that particular cell. Task : 2247387
Kanban cards in CRM, Recruitment, Maintenance, and Project no longer show the unread message action counter. Users can still find records needing attention through existing notifications and filters, while day-to-day boards become simpler and less visually crowded.
Original PR description
PURPOSE After discussion, we concluded that we are better off removing the message_needaction_counter field from the kanbans for the following reasons: the user has access to unread messages on…
PURPOSE After discussion, we concluded that we are better off removing the message_needaction_counter field from the kanbans for the following reasons: the user has access to unread messages on records from the discuss item in the systray it is irrelevant for user handling notifications through their mail client it is only less UI item to worry about on the kanban views (as features increase, we need to be careful not to clutter the views) the user can still use the message_needaction filter to get records with unread messages SPECIFICATION Remove message_needaction_counter field from every kanban view https://drive.google.com/file/d/1IRT7ZQcIRKJ21Ggk5jpExTenaKzcMDM-/view?usp=sharing AFAIK the message_needaction_counter field is used in the following kanban views crm.crm_case_kanban_view_leads crm.view_crm_lead_kanban helpdesk.helpdesk_ticket_view_kanban hr_recruitment.hr_kanban_view_applicant maintenance.hr_equipment_request_view_kanban mrp_plm.mrp_eco_kanban project.view_task_kanban LINKS PR: #51299 TaskID: 2257624 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Kanban cards in Helpdesk and PLM no longer show the unread message counter, reducing visual clutter in day-to-day views. Users can still find unread messages through Discuss, email notifications, or existing unread-message filters.
Original PR description
PURPOSE After discussion, we concluded that we are better off removing the message_needaction_counter field from the kanbans for the following reasons: the user has access to unread messages on…
PURPOSE After discussion, we concluded that we are better off removing the message_needaction_counter field from the kanbans for the following reasons: the user has access to unread messages on records from the discuss item in the systray it is irrelevant for user handling notifications through their mail client it is only less UI item to worry about on the kanban views (as features increase, we need to be careful not to clutter the views) the user can still use the message_needaction filter to get records with unread messages SPECIFICATION Remove message_needaction_counter field from every kanban view https://drive.google.com/file/d/1IRT7ZQcIRKJ21Ggk5jpExTenaKzcMDM-/view?usp=sharing AFAIK the message_needaction_counter field is used in the following kanban views crm.crm_case_kanban_view_leads crm.view_crm_lead_kanban helpdesk.helpdesk_ticket_view_kanban hr_recruitment.hr_kanban_view_applicant maintenance.hr_equipment_request_view_kanban mrp_plm.mrp_eco_kanban project.view_task_kanban > check if there are others LINKS PR: #10613 TaskID: 2257624 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr