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-03
[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
2026-03-09
[REF] product, *: run owl3 rendering context migration script
2026-03-05
2026-02-25
[REF] *: Run script to replace t-esc by t-out
2026-02-24
[REF] *: remove url from js file tours
[FIX] sale_subscription: fix portal view for draft subscription orders
[FIX] sale_subscription: fix reopen closed subscription on credit note payment
2026-02-20
[REF] sale: run rendering context script
2026-02-19
2026-02-17
2026-02-12
[IMP] mail, various: cleanup track naming and usage
[IMP] sale_subscription: pricelist and amount filters for providers
[FIX] sale_subscription: fix internal note not populated in list view
2026-02-11
[FIX] sale_subscription: prevent churning concurrently renewed subscriptions
2026-02-06
[FIX] sale_subscription: do not display "Quotation" on upsell SO
2026-02-05
[FIX] sale_subscription: block cancelling invoiced subscriptions after close
2026-02-04
[FIX] sale_subscription: prevent cancel when invoices are not visible