Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-06-05
[FIX] point_of_sale: open balancing wizard when move is unbalanced
[FIX] delivery: pass only active carriers to the context
[FIX] stock_delivery: fix real delivery cost picking validation for locked SO
[FIX] point_of_sale: prevent crash when dropping product at end of list
[FIX] point_of_sale: prevent partner list from crashing in POS UI
[FIX] l10n_es_edi_verifactu_pos: send verifactu when invoicing later in pos
[FIX] payment_redsys: prevent crash on payment cancellation
[IMP] pos_{ ,self_order}: handle snoozed products in pos and self-order flows
[IMP] orm: lint that declared table objects are enforced in the database
[REF] website: `_render_template` refactoring to remove magical feature
[IMP] test_website: temporarily disable flaky tour due to race condition
[REF] website: replace request.website with context-based website_id
[FIX] website: The depends_context of arch related crushes the depends
[REF] base/website: introduce website model in base and put it on `env`
[REF] base: cleanup QWeb context to improve performance and logging
[REF] website: `get_request_website` as `ir.http` method
[FIX] http_rounting: enforce stricter request mocking in tests
[IMP] base: add 'get_all' helper to CachedModel
[REF] website: make website fallback explicit in `get_current_website`