Tuesday, November 30, 2021
7 changes · master
Enhancements to existing features
Portal timesheet and project tables now show column labels once at the top instead of repeating them for every grouped section. This makes grouped lists easier to scan for customers and reduces visual clutter across related portal pages.
Original PR description
* = project, sale_project Currently, the header is displayed above every group when the group by is applied. In this commit, we move the header with the fields labels at the top of the table. task-2655707 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prepares Odoo's mail, live chat, website live chat, and snailmail areas for a future interface technology upgrade. It is an internal improvement that should help keep discussion-related features maintainable without changing day-to-day user workflows.
Original PR description
*: im_livechat, snailmail,website_livechat In preparation to use OWL v2 in discuss code Task-2694196 enterprise: https://github.com/odoo/enterprise/pull/22374
The Time Off type form now opens its Allocations and Time Off shortcuts with sensible default filters. This helps users focus on approved allocations and current-year time off records instead of browsing through long historical lists.
Original PR description
Add default filters to the Allocations and Time Off smartbuttons on the time off type form. This is done to avoid having numerous records with time and only show the relevant to approved and approved allocations as well as the time off for the current year. task-2688122 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM lead and opportunity form has been reorganized to make key information easier to see. The Notes section now has more space, helping sales teams capture and review important customer context more comfortably.
Original PR description
This commit simply re-organizes a few fields on the crm.lead form view to give more visibility to the most important information and to give more space to the "Notes" section. Task-2677144 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
The option to buy SMS credits for Sign is now available from the Sign settings page instead of a role form that users rarely access. This makes the credit purchase action easier to find in the normal configuration flow.
Original PR description
In the role form view there is, currently, a button for adding sms credits to the account. However, the role form view is never accessed, since the tree view is directly editable. This PR removes the button from the form view and adds it to the settings page of sign. task-2679754
This change updates internal approval and signing components so their styling can be passed in a more flexible way. It supports upcoming technical upgrades in the messaging area without changing the visible business workflow for users.
Original PR description
In preparation to use OWL v2 in discuss code Task-2694196 community: https://github.com/odoo/odoo/pull/80060
Portal pages for appointments, helpdesk tickets, and signatures now show table headers once at the top instead of repeating them for every grouped section. This makes grouped lists easier to read and reduces visual clutter for users navigating portal records.
Original PR description
Currently, the header display above every group when the group by is applied. In this commit, we move the header with the fields labels at the top of the table. task-2655707 Related PR: odoo/odoo#77408