Daily updates from Odoo
Tuesday, December 23, 2025
1 change
Code cleanup and technical improvements
This update streamlines the dynamic field functionality within Web Studio by consolidating related code into a reusable plugin. This change allows dynamic fields to be used more consistently across different Web Studio components, including the HTML field, and simplifies future updates and maintenance.
Original PR description
This commit extract the dynamic field and table logic/editor plugin from web_studio into a generic plugin in html_editor so that it can be used in the html_field as well (replacing the dynamic_placeholder plugin) Community PR: https://github.com/odoo/odoo/pull/232874 Task: 5016781