Thursday, July 11, 2024
1 change · master
New functionality added to Odoo
Financial budgets can now be created and managed directly in accounting reports, especially profit and loss reports. This restores the ability to budget against financial accounts and lets users compare and adjust budgets alongside actual accounting results.
Original PR description
https://github.com/odoo/enterprise/commit/14eb7afe3f65b4f3bd91e6ee3095b29439364b68 refactored the Budget app, and made it use exclusively analytic accounting. Doing so, it removed the account.budget.post object, and the ability it gave to create financial budgets (that is, budgets made on accounts directly). We reintroduce this feature in a different form with this commit. Financial budgets are now handled through the account.report.budget object. This object can be created and populated from a regular form view, but it is also directly integrated into the reports (enabled on all P&L by default), allowing the user to rewrite/complete its content while comparing it with the actual data from the accounting. task-3634036