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-10
2026-04-08
2026-04-07
2026-04-03
[FIX] stock: incorrect sequence if adding a product manually in picking
2026-04-02
[IMP] product, stock: move ZPL product labels, merge unpriced labels
[IMP] product, stock: display base unit price on product labels
[IMP] product: allow defining specific UoMs/packagings per variant
2026-04-01
2026-03-30
[FIX] stock: update picking shipping_weight with pack type
2026-03-28
2026-03-23
This commit applies a systematic OWL3 migration across the entire Odoo codebase by prefixing all template variable references with "this." to comply with upcoming OWL3 requirements. In OWL3, component instance properties must be explicitly accessed via "this." in templates, changing from implicit scope resolution to explicit context binding. This large-scale automated refactoring affects template files across multiple modules including account, board, CRM, HR, and many others, converting patterns like "showUploadButton" to "this.showUploadButton" and "state.name" to "this.state.name" throughout XML templates.
[IMP] *: run rendering context migration script entire codebase
2026-03-19
[REF] *: run rendering context migration script again
[REF] web: add this. in rendering context
2026-03-18
[FIX] stock: set delivery address by resupplying a warehouse from an other one
[REF] web: add this. in rendering context