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-20
2026-04-19
2026-04-18
2026-04-15
[FIX] website_sale_subscription : Divide the discound by the base_plan unit
2026-04-14
[IMP] sale_subscription: rename to `has_recurring_products`
[FIX] sale_subscription: Hide subscribing products in sections with `hide composition` option from preview
[IMP] account_accountant: Deferred dates reversal move reconciliation
[IMP] sale_subscription, *: improve quotation templates
2026-04-13
[FIX] sale_subscription: "Recurring Plan" & "Until" display
2026-04-10
[IMP] *: adapt modules to the catalog refactor
[FIX] sale_subscription: fix amount_to_invoice computation errors
[IMP] sale_renting, *: batch price computation by product periodicity
2026-04-07
2026-04-03
[FIX] website_sale_subscription: use plan to check if subscription can be added to cart
[IMP] *: use widget "boolean_checkbox" to have checkbox on small screen
[FIX] sale_subscription: Correctly block changing recurring on products
2026-04-02
[FIX] sale_subscription: set company_id on product_pricelist_item
[FIX] sale_subscription: preview upsell without recurring
[REF] base: ir.cron._rollback_progress()
[IMP] sale_*,stock_barcode: allow defining specific UoMs per variant
2026-03-30
2026-03-28
[FIX] sale_subscription: propagate salesperson to contacts
2026-03-23
This commit refactors Odoo's tracking API to simplify how addons generate and log field changes across models. It introduces new methods like _track_add (for manual tracking on current model) and _track_record (for logging changes to parent models), removes low-level data manipulation requirements, and adds a mail.track.mixin to allow tracking without inheriting from mail.thread. The changes include comprehensive tests covering various tracking use cases and API documentation updates to reduce confusion around tracking structures.
[IMP] mail: cleanup and test tracking usage
2026-03-18
[REF] *: migrate type="base64" to "bytes"
2026-03-11
[FIX] sale_subscription: restore right-alignment of subscription state badge