Daily updates from Odoo
Friday, January 18, 2019
6 changes · master
Resolved issues and error corrections
Fixes a website issue where users could no longer open the customize theme dialog after a recent editor update. This restores access to theme customization options, helping website managers adjust site appearance without disruption.
Original PR description
Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, the customize theme dialog was not opening anymore. This was due because, somehow, the editor's merge changed the theme dialog code for no reason.
This fix restores the ability to save opacity settings when choosing website colors. It ensures that transparency choices made in the website editor are preserved, avoiding unexpected differences between what users select and what appears on the site.
Original PR description
Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, the colorpicker still allowed to choose an opacity for website colors but this was ignored when saving. Somehow lost the website part of https://github.com/odoo/odoo/commit/5ba0216b746a16b4609bc9c147fcacad109e969a
The website editor menu dialog has been restored after a recent editor update prevented it from opening. This lets website managers edit navigation menus normally again, avoiding disruption when maintaining site content.
Original PR description
* web_editor Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, the website edit menu was not opening anymore. - Fix JS bug at initialization - Adapt JS code to target correct file which was renamed - Restore 4-months-old commit https://github.com/odoo/odoo/commit/f1ccc4978b140b2ffb888ef628b27a691dc023a0 - Adapt JS to get the menu label field using the new editor JS
This fix restores the ability to create and edit links that jump to a specific section on a webpage. It also makes the anchor option appear correctly when editing an existing link, reducing confusion for website editors.
Original PR description
Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, the anchor link feature was not working anymore. This commit also fixes a feature behavior: when editing a link which already contained an URL, the anchor field was not shown directly.
This update corrects how surveys verify public users when creating responses and fixes a permission rule applied to the wrong survey record type. It helps ensure survey access behaves as intended and avoids incorrect visibility or creation checks.
Original PR description
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
The work order worksheet view now only includes work orders that actually have a worksheet attached. This prevents users from seeing an error when opening the worksheet PDF viewer for work orders without worksheets.
Original PR description
- When we're trying to see the worksheet view under the work order, we're getting **trace back (error)** because of no worksheet is attached to the work order. - After this changes, only the work order which are having the worksheet will only be available under worksheet view so that we will not get any trace back. Master bug: https://www.odoo.com/web#id=1915066&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.09a86c223fb1a910f1658f8554738fb9