Daily updates from Odoo
Thursday, February 20, 2020
1 change
Code cleanup and technical improvements
This update removes unnecessary internal processing when survey pages are prepared for display. It simplifies the survey code path without changing what users see, helping keep the system easier to maintain.
Original PR description
This commit cleans some useless .decode('utf-8') calls when we return rendered
templates results in the survey controllers.
The http module is capable of handling that type of results and the calls were
not necessary / added complexity.
Task '2187328'
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