Friday, June 25, 2021
5 changes · master
Enhancements to existing features
The task portal now offers clearer navigation with more sorting, grouping, and search options, along with refreshed labels and styling. Customers and employees can find and review tasks more easily, while parent task pages are simplified by removing detailed timesheet lines for subtasks.
Original PR description
Generic UX improvements for the task portal. Added new sort by, group by and searches options in the tasks portal. Some options have been renamed, the style has been slightly revised. The timesheet details of each sub-task from the parent form view has also been removed. task-2508883 See upgrade https://github.com/odoo/upgrade/pull/2580 Related PR: https://github.com/odoo/odoo/pull/71753 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes the website editor easier to use by showing editing tools only when they are relevant and making the add-field action in forms more visible. It reduces confusion for users building website pages and forms by hiding options that do not apply in certain contexts.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Businesses can now better customize document layouts with custom backgrounds, report footers, and company details. This helps make invoices and reports more aligned with company branding and local document requirements.
Original PR description
Description of the issue/feature this PR addresses: - Improves layout designer to allow custom backgrounds. - Adds custom report footer and company details task-2355704 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sign app now shows and uses the right email address when a document is resent, including updates made before a signer has completed the document. It also logs resend and email-update activity, improves automatic resending after email changes, prevents old emailed links from staying valid in that case, and avoids confusing errors when someone uses an invalid link.
Original PR description
1.For each sign request item,
If the signer has signed the document, the Email is the email address the signer used to sign the docuemnt.
If the signer has not signed the the document, the Email is the email address of the contact.
2.Add Resend action to the Activity Log after resending a document
taskid: 2512637Referral users can now dismiss dashboard alerts, making the referral page easier to manage. Referrers also receive clearer email updates about points gained and total points, and HR teams can send referral alert emails to internal users in bulk.
Original PR description
Allows users to dismiss alerts on the referral dashboard. Adds new text containing gained points and total points in the referrer's email when an applicant moves from one stage to another. Adds a wizard to mass mail internal user when creating a referral alert. Task ID: 2415337