Wednesday, July 28, 2021
6 changes · master
Enhancements to existing features
Website editors can now customize the signup, login, and password reset pages by adding content snippets. This makes it easier to tailor key account access pages with branded messaging or promotional content without technical changes.
Original PR description
* = auth_signup, web It is now possible to drop snippets in the /web/signup, /web/login and /web/reset_password pages. The signup page now has a customize show option that adds a snippet drop zone on the left of the form. This zone is prefilled with a banner. task-2118648 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Unsplash images can now be optimized for size and quality when used in the editor. This helps pages load more efficiently and allows the same image to be reused in different optimized versions for different needs.
Original PR description
Now it is possible to optimize the unsplash images. Also it is now possible to have multiple time the same unsplash image but with a different size/quality. task-2040828 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Products that are both dropshipped and managed through calls for tenders are now handled more accurately. Purchase orders created from purchase agreements keep the correct delivery address and link back to the originating sales order, improving order traceability and fulfillment accuracy.
Original PR description
Consider products with both 'dropship' route and 'propose a call for tenders' procurement attributes. Purchase orders created from purchase agreements are not correctly linked with shipping address and originating sale order. description task: 2453275 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 eLearning quiz results now show a smoother level-up animation, including a resetting progress bar and refreshed motivational message. This makes learner progress feel clearer and more engaging, and it also fixes the display when users are already at the highest rank.
Original PR description
There is now an animation with the progress bar when the user is levelling up. The progress goes back to 0 the bounds changes and the motivational phrase changes with a fade out/fade in animation. Task ID : 2032649 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employee appraisal plans now correctly account for manually created appraisals when scheduling future automatic reviews. When an appraisal is completed, users also receive a chatter note about the next automatically planned appraisal when appraisal plans are enabled.
Original PR description
Currently, accrual plan will create correctly the second and third appraisals only if manual appraisal has not been created in-between. Correct the domain appropriately, to take into account manually created appraisals. Once the appraisal is marked done, display a message in the chatter regarding upcoming automatically created appraisal, in case Appraisals Plans is checked in the settings. task - 2578152
Tax report lines now use a more consistent internal identifier system, making them easier to manage and less prone to handling errors. The update also improves and expands checks for tax report XML exports in several country-specific reports, helping prevent reporting issues from reaching users.
Original PR description
The generic tax report could use the generic line id system used by the financial reports as of now, in order to ease working with id's when handling the lines. Which is what is being done here.