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-30
[IMP] product, *: simplify product variant management
2026-04-29
2026-04-27
[IMP] test_lint, *: Indexing of `Many2one` fields used in `related` fields
2026-04-24
2026-04-18
[IMP] hr/hr_expense: enable link to existing bill to avoid duplicates
2026-04-14
[IMP] hr_expense: back2basics expense & split view
[IMP] account: Allow reconciliation on all accounts
[FIX] hr_expense: prevent attachment leakage when posting multiple expenses
2026-04-10
[FIX] hr_expense: require vendor for company-paid expenses using SEPA
2026-04-07
2026-04-03
[IMP] *: use widget "boolean_checkbox" to have checkbox on small screen
2026-04-02
[FIX] product, hr_expense, point_of_sale: enable zoom on product images
2026-03-29
[FIX] hr_expense: use the company of the expense for the payment journal entry
2026-03-23
This commit refactors Odoo's field tracking infrastructure to simplify the API and improve code organization. It introduces a new mail.track.mixin that separates tracking value generation from message posting, adds new _track_add and _track_record methods to replace manual tracking value manipulation, and renames _track_subtype to _track_log_get_default_subtype for clarity. The changes eliminate low-level data structure handling across multiple modules (account, CRM, HR, fleet, Peppol) while adding comprehensive test coverage for various tracking scenarios including parent model logging and manual tracking calls.
[IMP] mail: cleanup and test tracking usage
2026-03-19
2026-03-18
[REF] web: add this. in rendering context
2026-03-17
2026-03-16
2026-03-03
[REF] hr, *: run rendering context migration script
2026-03-02
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-26
2026-02-24
[REF] *: remove url from js file tours
2026-02-23
2026-02-19
2026-02-16
[FIX] hr_expense: skip encrypted files from expenses report PDF
2026-02-13
[IMP] account,*: change payment states to paid,reconciled
2026-02-12
[IMP] mail: cleanup track naming and usage