Wednesday, December 11, 2019
3 changes · master
Enhancements to existing features
The Mass Mailing campaign screens now use clearer SMS wording and show the actual Mail or SMS subject, making campaigns easier to identify. UTM campaign sample records were moved to demo data so standard installations stay cleaner while demo environments keep useful examples.
Original PR description
- In the campaign form view, when you click on "SMS", the filter has changed ``My Mailing`` -> ``My SMS Marketing`` - In the campaign form view, display the Mail/SMS subject instead of the SMS name - In UTM, move the campaign from the data to the demo data Task #2082296
This update adds stable names to page sections across several Odoo apps, making future customizations easier and less fragile. It reduces the risk that upgrades or layout changes will break extensions that target specific pages.
Original PR description
Description of the issue/feature this PR addresses: Since quite some `<page>` elements in Odoo don't have a name or ID they're rather hard to xpath into. This commit gives every page a name so that you can `xpath` safely into a page and all underlying elements. Current behavior before PR: Rather unsafe `xpath` expressions such as `<xpath expr=//page[3]></xpath>` Desired behavior after PR is merged: Safer `xpath` expressions as we can access them by name. For example `<xpath expr=//page[@name='internal_notes']"></xpath>`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The campaign form view now uses an icon that better matches the style used in Social Marketing. This creates a more consistent visual experience across marketing tools without changing functionality.
Original PR description
Change the icon in the campaign form view, to be consistent with the icons in social Task #2082296