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-09
[REF] point_of_sale: cash machine amount inserted
[FIX] pos: fix typo and increase timeout for indexedDB transactions
2026-04-08
[FIX] point_of_sale, pos_self_order: fix time display in email templates
[FIX] point_of_sale: fix duplicate order after validation
[IMP] pos_self_order_bancontact_pay: enable Bancontact Pay in kiosk mode
2026-04-07
2026-04-04
[FIX] point_of_sale: crash on configurable product scan with gs1 nomenclature
2026-04-03
[IMP] *: use widget "boolean_checkbox" to have checkbox on small screen
[IMP] point_of_sale, product: customize barcode validation for product form
[IMP] *: remove legacy test helpers dependencies from tours
2026-04-02
2026-04-01
2026-03-31
[IMP] point_of_sale, pos_*: revamp control buttons in Actions modal
2026-03-30
[REF] *: examples of record rules with 'access' operator
[IMP] *: adapt code to write translated dict to fields
2026-03-28
[FIX] point_of_sale: delivery address in POS inhibits real time COGS
[FIX] point_of_sale: improve partner list layout and text truncation
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