Daily updates from Odoo
Monday, November 18, 2019
3 changes · master
Resolved issues and error corrections
This fix restores responsive behavior for Odoo websites after a recent change unintentionally disabled it. The backend remains unaffected, while public-facing websites will again adapt properly to different screen sizes such as phones and tablets.
Original PR description
Due to a recent change: c3335a0#diff-c7dab7f11ffa06829bbc6ac5c87a99a8L420 website wasn't responsive anymore. This was not intended as we only wanted to remove the responsive support for the backend, not the frontend.
The Studio color picker has been updated to stay compatible with recent changes in the website editor color picker. This fixes a breakage and keeps color selection working consistently for users customizing reports in Studio.
Original PR description
See community: https://github.com/odoo/odoo/pull/38959 Some changes have been done in the web_editor color picker. These broke the studio color picker, it is now fixed. Also an adaptation of the studio color picker to reflect these changes. Related to: https://github.com/odoo/odoo/pull/39126 and: https://github.com/odoo/design-themes/pull/181 task-2087383
This fix restores responsive behavior for Odoo websites in Community edition, so pages display properly on mobile and smaller screens again. The change keeps responsive setup where it is needed for the website while avoiding duplicate setup in the backend.
Original PR description
Due to a recent change: https://github.com/odoo/odoo/commit/c3335a0db03b7ef5e98bddb7c15b143510d58c1e#diff-c7dab7f11ffa06829bbc6ac5c87a99a8L420 website wasn't responsive anymore in Community. This was not intended as we only wanted to remove the responsive support for the backend, not the frontend. As this meta data is already present in the frontend, we need to avoid to add it twice. It's why we move it to backend only. Related to: @ca6ae92b593ab97d7563d25b3969a136a3371dbe