Daily updates from Odoo
Tuesday, October 23, 2018
2 changes · master
Resolved issues and error corrections
This fixes an issue that could cause an error when users opened the Survey app menu. The survey screen now loads normally, improving reliability for users accessing surveys.
Original PR description
survey.user_input type was renamed to input_type in 35a5db9. This domain was forgotten and made the click_everywhere test fail. Description of the issue/feature this PR addresses: Fix survey Current behavior before PR: click on survey menu an appreciate the traceback Desired behavior after PR is merged: click on survey menu and enjoy a nice app -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Grouped list headers now have better visual contrast, making them easier to read. Styling responsibilities were also aligned with the community edition, helping keep the interface consistent across Odoo versions.
Original PR description
This rev. is the counterpart of odoo/odoo/pull/27603. Padding rules have been moved to community. We also increase the contrast between text-color and background-color of group headers. Task 1878254 closes odoo/enterprise#2808