Daily updates from Odoo
Thursday, July 10, 2025
2 changes · master
Enhancements to existing features
Belgian accounting localization data was refreshed with updated chart of accounts details, translations, and disallowed expense rules. The change also adds default asset model support so eligible Belgian accounts can automatically create assets, reducing manual setup and improving accounting consistency.
Original PR description
1) Misc data modifications and corrections for l10n_be. * Updated the CoA (accounts, descriptions, translations) * Fixed and updated disallowed_expenses 2) Added default asset models module for l10n_be See task-4791757 for more details. Related :https://github.com/odoo/odoo/pull/210755 Forward-Port-Of: odoo/enterprise#89471 Forward-Port-Of: odoo/enterprise#87067
Project update descriptions now better reflect the information shown in the project side panel. This makes profitability-related project information easier to understand even when the sales timesheet app is not installed.
Original PR description
_*: project_timesheet_forecast_sale Currently, profitability isn't displayed in the project update description form without the sale_timesheet module. In this commit, we have improved the project description according to the project side panel. task-3916169