Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-03-28
[IMP] account_reports: remove No Follow-Up column from customer statement report
[FIX] purchase_stock: fix empty picking creation by po
[IMP] stock_barcode_mrp*: refine MO barcode config and byproduct process
2026-03-27
[IMP] mrp: add placeholders for MPS and workcenters
[IMP] *_spreadsheet_*: add named ranges feature
[IMP] l10n_be_payroll: fiscal voluntarism (fixed and percentage)
[IMP] l10n_hk_hr_payroll: support for more pay schedules
[FIX] l10n_be_hr_payroll: fix default depend on rule parameter
[IMP] documents: improve the sharing flow for public user
[IMP] account_{accountant,invoice_extract}: update Accounting Firm mode
[IMP] delivery_*: remove carrier-specific settings
[FIX] hr_payroll: fix ormcache key for _get_parameter_from_code
[IMP] {website_}appointment{_account_payment}: enable apt selection designs
2026-03-26
This fix corrects the SEPA PAIN version validation logic in ISO20022 credit transfer file generation. The previous fix incorrectly relied on ORM field emptiness checks, which don't work as expected since the database value is always returned; the condition now properly validates against the field's defined values and defaults to PAIN 09 when the stored value is invalid, addressing migration inconsistencies.
[FIX] account_iso20022: fix sepa_pain_version at file generation to make it PAIN 09 when empty