Daily updates from Odoo
Tuesday, September 9, 2025
5 changes
Code cleanup and technical improvements
The online lead generation service setting was renamed to match the newer HTML editor naming. This is an internal cleanup that keeps CRM business card scanning and recruitment website integration aligned with platform changes, with no expected impact for everyday users.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/225859 Upgrade PR: https://github.com/odoo/upgrade/pull/8400 As references to web_editor are being removed, the config parameter `web_editor.olg_api_endpoint` was renamed to `html_editor.olg_api_endpoint`.
This change reverts a previous internal redesign of field service task templates because it added too much complexity. It is intended to preserve the same user experience while making the underlying implementation easier to maintain.
Original PR description
This PR's purpose is to revert the refactor of the task template done in task-4919945. There should be no functional changes due to this PR. The revert is done because the refactor adds too many code lines and is too complex. Task-5072878
This update changes how shape-related editor paths are referenced in the Sign and marketing automation website sale areas. It keeps these features aligned with the newer editor structure, reducing maintenance risk without changing normal user workflows.
Original PR description
*: marketing_automation_website_sale
The online shop code for subscriptions, rentals, stock-aware rentals, and Chilean/Mexican e-invoicing checkout flows was modernized to use Odoo’s newer interaction framework. This is an internal cleanup that should preserve existing customer-facing behavior while making the shop easier to maintain and improve later.
Original PR description
task-4919046 Community PR: https://github.com/odoo/odoo/pull/223917
This update removes leftover dependencies on the old web editing technology as Odoo moves to newer editing tools. It is mainly an internal cleanup that keeps Payroll, Knowledge, and Sign aligned with the platform evolution, with little expected direct impact for end users.
Original PR description
The web_editor module has been superseded by the newer html_editor and html_builder modules and is no longer used by any other module. Untangling web_editor has been a huge team effort, of which this PR is merely the latest part. Thanks to everyone involved with html_editor and html_builder, as this would not have been possible without your help! Community PR: https://github.com/odoo/odoo/pull/225791