Tuesday, June 24, 2025
2 changes · master
Resolved issues and error corrections
This fix prevents editor-only styling files from being included in the main website builder asset bundle. It reduces the risk of unintended visual effects or maintenance issues in appointment, knowledge, rental sales, and studio website editing features.
Original PR description
*: website_appointment, website_knowledge, website_sale_renting, website_studio
In commit [1], the website builder was rewritten in owl. The concept of `*.inside.scss` files was introduced: style that is loaded on pages, inside the iframe only during edition.
The `html_builder.assets` bundle was not supposed to have those. We fix this issue and potential future issues by adding a remove on all modules that include all files within `static/src/{website_builder,plugins}`.
[1]: 9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2
Community PR https://github.com/odoo/odoo/pull/215218Spreadsheet filter editors now handle cases where a filter has no default value without causing incorrect behavior. This helps users configure spreadsheet filters more reliably, especially when leaving optional filter values blank.
Original PR description
Task: 4886119