Thursday, March 5, 2020
3 changes
Enhancements to existing features
The email campaign overview cards now have a more consistent bottom section that matches other Odoo screens. User avatars are shown as round images, making the interface look cleaner and more polished.
Original PR description
This commit improves the bottom section of the mailing.mailing kanban view to make it follow other kanban views structure. It makes the user avatar on the mailing.mailing kanban display in a round shape instead of a square (with border-radius). LINKS Task ID 2207856 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 website shop confirmation text was rewritten to read more naturally and logically. This improves the customer checkout experience by making the information shown after purchase easier to understand.
Original PR description
The sentence was a bit odd before this commit. After this commit it reads easier and it is more logical. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sales module now uses a clearer name for the email template that adds online sign and pay buttons to quotations. This makes the template easier for teams to identify and manage without changing customer-facing sales behavior.
Original PR description
PURPOSE The purpose of this commit to change the name of view in xml file in slale module. SPECIFICATIONS In Sale, there is a view called oezirhgoi which adds the sign and pay online buttons so we rename the templte "view and pay". LINKS PR#46954 Task:2196751