Daily updates from Odoo
Friday, November 23, 2018
2 changes · master
Enhancements to existing features
Mass mailing screens now present UTM tracking information more clearly. This helps marketing users better understand campaign attribution details when reviewing or managing mailings.
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
Code cleanup and technical improvements
The survey app’s automated tests were reorganized to make them easier to maintain and extended to cover the survey completion flow through the portal. This helps reduce future regressions and improves confidence in survey-related changes without altering normal user functionality.
Original PR description
Purpose of this merge is to clean survey tests and add some more. This merge holds several commits that * create a common file holding test data and tools methods to create questions, answers and answerlines as well as implemented some custom assertions; * clean exiting tests by removing tests about implementation details and unnecessary code; * expand tests by adding a functional test using survey routes and controllers; This merge is linked to task ID 1911238 and PR #28831 .