Friday, June 25, 2021
12 changes · master
Enhancements to existing features
This update refreshes outdated links that pointed to old Odoo.com pages across documentation and app metadata. It helps users and prospects reach the correct product and information pages without broken or outdated navigation.
Original PR description
Some URLs in the software were still pointing to the old pages on Odoo's website. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
The recruitment job overview now separates total applications from new applications. This helps hiring teams quickly see overall interest in a role while making the action button focus on newly received candidates that need attention.
Original PR description
- Display the total number of applications (including refused) - Show the number of new applications on the button instead of total TaskID: 2574370 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
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
This update standardizes how internal messaging and related modules share code, making names explicit and easier for developers to verify. It reduces repetition and lowers the chance of import mistakes, improving maintainability without changing user-facing behavior.
Original PR description
* = hr, hr_holidays, im_livechat, sms, snailmail, website_livechat,
website_slides
Exporting directly on the line of the class or variable definition is less lines
of code and less repetition (and risk or mistake).
Exporting with a name instead of default allows to catch typos more easily when
importing and ensures the same name is used for consistency (and ease of grep).The resume and skills widgets no longer show an extra three-dot menu when Studio is installed. This prevents visual overlap with the add button, making the interface cleaner and easier for users to interact with.
Original PR description
When studio is installed, the List view renderer will always render a threedot menu to promote studio, but since resume and skill widget extend that view it also gets rendered on top of the add button. This change completely removes the optional dropdown menu from those two widgets. Task ID: 2578126
The color picker now keeps its color squares on one line on smaller screens by tightening the spacing between them. This makes color selection clearer and avoids awkward wrapping in the interface.
Original PR description
PURPOSE On smaller screens, one of the colors is sent to the line below while they could all fit on the same line SPEC It would be great to "align" the first color to the left so that all square can fit. TaskId: 2454346 -- 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: 2512637This update standardizes how several Odoo Enterprise modules share internal code, making names more consistent and easier for developers to check. It should not change what users see, but it reduces the chance of maintenance mistakes in future updates.
Original PR description
* = approvals, documents, sign, voip, web_studio Exporting directly on the line of the class or variable definition is less lines of code and less repetition (and risk or mistake). Exporting with a name instead of default allows to catch typos more easily when importing and ensures the same name is used for consistency (and ease of grep).
This update refreshes links across several Odoo Enterprise apps so they point to the correct pages on Odoo.com after website changes. It helps users and administrators reach the right product, documentation, and informational pages without broken or outdated links.
Referral 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
Original PR description
[FIX] fixing URL pointing to the right pages of Odoo.com