Daily updates from Odoo
Thursday, September 26, 2024
2 changes · master
Resolved issues and error corrections
Duplicating a financial report now creates a clearly labeled copy and includes its budget lines. This helps users create new financial budgets from existing reports without rebuilding them manually.
Original PR description
Enable the copy of a financial report. Right now, when duplicating a financial report (or several at the same time), only the name is copied (same name, not even a "(copy)" after. We want to improve it by adding this "(copy)" in the title, and also copy the budget lines. This will enable a user to not start from scratch every time he wants to create a new financial budget. task-4207202
The asset modification wizard now refreshes the residual value when users change the date, giving a more accurate preview before confirming changes. Related accounting fields also adjust based on the recalculated gain or loss, reducing confusion and helping users make better decisions.
Original PR description
When the date in the modify wizard for assets is changed, the residual_value should be updated to give a better view to the user. task-3981380