Tuesday, January 16, 2018
4 changes
Enhancements to existing features
The basic mass mailing email template now displays more consistently in Gmail. Spacing, font sizing, padding, and list formatting were adjusted so marketing emails look cleaner and more professional for recipients.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=38858&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.d2dd5a8147f7ab4da9bf60b89a5479b4 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
Odoo now includes Timor-Leste’s international phone code, 670, in its country data. This helps ensure phone number information for Timor-Leste is complete and consistent across business records.
Original PR description
Description of the issue/feature this PR addresses: At the moment Timor-Leste has no phone_code in Odoo while it is 670. Closes https://github.com/odoo/odoo/issues/10596 Data about Timor-Leste: https://en.wikipedia.org/wiki/East_Timor -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Tooltips in guided tours can now be closed more easily on tablets and smaller devices by tapping the message itself. This makes mobile onboarding and help flows smoother while keeping the tooltip bubble available to reopen when needed.
Original PR description
Task: https://www.odoo.com/web#id=34856&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.86cf72a0a3b8013c9600c19cac24c817 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
New automated checks were added to make sure recent discount and coupon fixes keep working as expected. This helps reduce the chance of similar issues returning in sales promotions and online checkout flows.
Original PR description
Commit #HASHTODO recently fixed some bugs on sale_coupon. This commit add some tests to be sure theses bugs are fixed and won't appear again.