Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-04-07
[REF] website, *: refactor searchbar template
2026-04-05
[FIX] website_sale: improve attribute fetching on shop page
2026-04-04
[FIX] website_sale: prevent description following lines to be inversed
2026-04-03
[FIX] website_sale{,_gelato}: prevent express checkout
[FIX] website: avoid dynamic snippet jump with mobile scrolling
[FIX] website_sale: prevent coupon_form being hidden
2026-04-02
[FIX] website_sale: show correct variant image on attribute hover in shop
[IMP] product: allow defining specific UoMs/packagings per variant
2026-04-01
2026-03-31
[IMP] website_sale: simplify cart totals display for tax-included prices
2026-03-30
[FIX] website_sale: typo h2 -> h6 in TestWebsiteSaleProductFilters
[IMP] *: adapt code to write translated dict to fields
[FIX] website_sale: preview dynamic content of custom snippet "Category"
2026-03-29
[FIX] website_sale: filters visible on mobile when hide option is selected
2026-03-26
2026-03-23
This fix corrects a CSS selector typo in the website_sale module that prevented the product grid from displaying a left border on smaller viewports when the sidebar is hidden. The selector was incorrectly structured with redundant class chaining, causing the border styling rule to never apply on mobile and tablet devices where the sidebar is collapsed.
[FIX] website_sale: add missing border on grid layout
2026-03-20
This commit fixes a CSS class name selector in the website_sale product design panel by removing erroneous quote marks that were being included as literal characters in the class attribute string. The typo caused the CSS selector to be malformed, preventing the correct theme preset styling from being applied when users selected design options in the website builder.
[FIX] website_sale: fix classname typo
2026-03-19
[IMP] *: allow AI image generation on media dialog
2026-03-17
[REF] *: migrate type="base64" to "bytes"
[REF] mass_mailing, website, *: add this. in rendering context
2026-03-16
2026-03-13
[REF] website: add this. in rendering context