Wednesday, January 29, 2020
2 changes
New functionality added to Odoo
Website administrators can now enable a cookie consent bar from settings and customize its content in the website editor. Visitors will see the bar until they agree, with improved controls to avoid repeatedly showing popups too often.
Original PR description
With this commit, it is now possible to activate a cookies bar on a website through the res.settings. The cookies bar can be edited in the frontend by entering edit mode (to be editable, it will be shown even if the user has hidden the cookies bar). The cookies bar will appear until the user clicks on 'I agree'. task-2087003
Survey creators can now add images, videos, and other media to questions, and add pictures to multiple-choice answers when appropriate. This helps make surveys and quizzes more engaging, clearer, and easier for respondents to understand.
Original PR description
Now you can add media to a question in order to illustrate it. This option is available in the tab "Options" when you create a question under the section "Illustration". You can add multiple media and organize them as you want. They will be displayed in a carousel on the frontend, below the question and a potential description. You have also the possibility to add pictures on an answer for mcq if it makes sens with the display mode, this option is available in the tab "Options" under the section "Display Mode". Demo data has been add to test these new features. task-2083823 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