Wednesday, January 2, 2019
2 changes · master
Enhancements to existing features
The mail systray now separates failed messages by failure type, so email, SMS, and postal mail issues do not appear mixed together. This makes it easier for users to understand what kind of delivery problem needs attention.
Original PR description
Description of the issue/feature this PR addresses: We want to add new kinds of failures to the list in the systray, such as Snailmail or SMS failures but we don't want different types of failures to be grouped together. Current behavior before PR: Mail failures are grouped together based only on the model of the linked document. Desired behavior after PR is merged: Mail failures that have a different type should not be grouped together. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
The online checkout now stops customers from moving forward when they enter an invalid promotional code. This helps avoid confusion and ensures shoppers can correct coupon errors before completing their order.
Original PR description
…n code. -eCommerce checkout flow was moving forward on wrong coupon code, now it stay on same page if promocode is wrong. Task #1872055 Task : https://www.odoo.com/web#id=1872055&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.844d672239986630e3fe356d6bf93eb5 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