Daily updates from Odoo
Friday, January 18, 2019
5 changes · master
New functionality added to Odoo
Users can now complete certain scheduled activities by uploading the required file, turning file collection into a reminder-driven workflow. The change also standardizes how activities are marked done, making follow-up activity creation more consistent across the system.
Original PR description
https://www.odoo.com/web?debug#id=1915004&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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.
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