Tuesday, May 26, 2020
4 changes · master
Enhancements to existing features
Search panel section titles now show the standard cursor when users hover over them, instead of a text selection cursor. This small interface polish reduces confusion and makes the search panel feel more consistent.
Original PR description
PURPOSE hovering searchpanel section titles should have the default cursor rather than selection cursor SPECIFICATION show default cursor on hovering search panel header LINKS PR https://github.com/odoo/odoo/pull/51639 Task: 2259683 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorganizes internal test helpers for mail, SMS, mass mailing, and link tracking so future marketing automation tests are easier to read and maintain. It also adds better SMS testing support, including checks for SMS links, which helps improve reliability without changing customer-facing features.
Original PR description
PURPOSE Improve marketing automation tests: improve their reading, add more tests and notably SMS tests. For that purpose clean helpers and tools. SPECIFICATIONS Add some helpers to improve marketing…
PURPOSE
Improve marketing automation tests: improve their reading, add more tests
and notably SMS tests. For that purpose clean helpers and tools.
SPECIFICATIONS
Add some helpers to improve marketing tests (click on SMS, find sms / mail
based on data available in tests, ...).
Modules holding tests and helpers
* link_tracker: mainly mock, asserts and tools for link tracker tests
(MockLinkTracker);
* mail: mainly gateway mock and base for mail tests
* MockEmail -> mocks for mail gateway;
* MailCase -> tools and asserts for mail tests;
* MailCommon -> base for mail functional tests);
* sms: mainly SMS gateway mock and base for sms tests
* MockSMS -> mocks for SMS gateway;
* SMS Case -> tools and asserts for mail / SMS tests;
* SMSCommon -> update of MailCommon with SMS capabilities);
* mass_mailing: mainly asserts and tools for mass mailing tests
* MassMailCase -> update of MailCase for mass mailing tools and asserts;
* MassMailCommon -> update of MailCommon with mass mailing);
* mass_mailing_sms: mainly asserts and tools for mass SMS tests
* MockMassSMS -> update of MockSMS for mass SMS tools and asserts;
* MassSMSCommon -> update of MassMailCommon with SMS capabilities);
Modules for tests
* test_mail: module for mail app tests (TestMailCommon);
* test_mass_mailing: module for mass mailing app tests (TestMassMailCommon);
* test_mail_full: tests integrating all discuss features, currently mainly
mail and SMS (TestMailFullCommon);
Enterprise: update test_mail_enterprise and test_marketing_automation
LINKS
Task ID 2247037
Community PR odoo/odoo#50384
Enterprise PR odoo/enterprise#10266
Upgrade PR odoo/upgrade#1122This update corrects the name of a tab or section shown in an accounting warning message. It helps users follow the warning more easily by pointing them to the right place in the interface.
Original PR description
Before this commit, It was refering to wrong tab name in the warning. With this commit, We use correct tab/section name in the warning. Follwo up on https://github.com/odoo/odoo/commit/045e0c0a26412d001a5f735225719d8d77887d9e#diff-dd671a54296b170ea1393dca1a5f7798R2988 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
Document attachment cards now show a subtle grey divider between the thumbnail and the card details. This small visual improvement makes the layout easier to scan and helps users distinguish image previews from related information.
Original PR description
PURPOSE add grey border between the thumbnail and card body to seperate image and content SPECIFICATION added a border on the right side of attachment image LINKS PR https://github.com/odoo/enterprise/pull/10711 Task: 2259683