Friday, June 25, 2021
7 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 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
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
This 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.
Original PR description
[FIX] fixing URL pointing to the right pages of Odoo.com