Thursday, December 20, 2018
2 changes · master
Enhancements to existing features
This update improves the Documents-related experience and fixes a display issue in kanban views. It helps users work with document attachments more reliably and keeps visual layouts consistent.
Original PR description
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
Automated marketing activities now inherit targeting rules from their parent campaign and parent activities, so child steps use the full intended audience criteria. This helps keep campaign flows consistent and reduces the risk of follow-up actions reaching the wrong contacts.
Original PR description
The domain that is used on an activity isn't its domain but the product of all its parent in the activity hierarchy, starting from the marketing campaign's domain. This commit renames the `domain` field to `activity_domain`, keeping the functionality as before. The field domain is used as a compute field that holds the product of all inherited domains and the activity_domain. opw 1889719