Monday, November 29, 2021
2 changes · master
New functionality added to Odoo
Surveys can now show different background images for individual sections, creating a more tailored experience as participants move through questions. When a section has no custom image, the survey’s default background remains in use, with smoother transitions where possible.
Original PR description
This merge adds the background per section feature. If the section to display has a background image configured, the background will be refreshed using that section background image. If the section…
This merge adds the background per section feature. If the section to display has a background image configured, the background will be refreshed using that section background image. If the section has no background, the survey background is used. The background is refreshed only if the previous and the next sections are different. The background is refreshed at the same time that the next question is loaded. To ease technical maintenance and to keep it simple, the background is always faded out on back or if survey has conditional questions. This is to avoid to load all the survey structure and to copy the get_next_question logic in the frontend. When loading the next question, we check that the question that will follow afterwards has the same background. If not, we force the background fade out when user goes to the next question (refresh_background_on_next). Otherwize, we only fade out the question and not the background to keep a smooth transition between questions and/or sections. Note: The next section to display depends on free text (section with description) configuration and on conditional questions. The next section to display can be the next question's section or directly the next question itself (if the question is a section). Task ID: 2225393
Marketing users can now save audience filters in Email Marketing and reuse them across future mailings. This makes it faster to target recurring customer segments without rebuilding the same criteria each time.
Original PR description
Whether targeting business objects or using mailing lists and contacts, marketing users usually refine the audience they're going to reach with a specific mailing thanks to filters. This commit allow users to save filters in mass_mailing to be able to reuse mailing lists and not be forced to recreate the audience they want to target. taskid:2092853 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr