Tuesday, June 23, 2026
1 change · 19.0
Enhancements to existing features
When a new analytic plan is created, Odoo now refreshes the web interface so the related fields are immediately available in views. This helps users continue their work without confusion or needing to manually reload the page.
Original PR description
The views need to include the newly created field on `account.analytic.line` and other models inheriting `analytic.plan.fields.mixin`. This is based on the same service for `res.company`: `reloadCompany`