Monday, February 24, 2025
2 changes · 18.0
Enhancements to existing features
This update keeps journal entries in sync when analytic items are changed or deleted. It helps prevent accounting discrepancies by automatically updating the related analytic distribution, reducing manual corrections and improving financial data reliability.
Original PR description
created a synchronzing function then overrode the write and unlink functions related to the analytic_line so that it calls the synchronization function when someone deletes or modify an account on an analytic item, a discrepency is created on the analytic distribution of the journal item. so a synchronization function had to be implemented to make sure that there is no discrepency when a customer edit or delete the analytic account on an analytic item task-4378407 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Analytic reporting now includes a date filter based on fiscal years, with the default view showing the current and previous fiscal years. This helps users focus on the most relevant reporting periods without manually adjusting date filters.
Original PR description
This commit introduces a new filter in the analytic reporting view, which filters dates based on the fiscal year and sets the default filter to the current and previous fiscal years. task-4453226 linked:https://github.com/odoo/odoo/pull/194983