Daily updates from Odoo
Wednesday, August 6, 2025
1 change · master
Resolved issues and error corrections
This fixes incorrect depreciation schedules for assets imported from another system. It prevents Odoo from carrying mismatches from prior software into the next depreciation period, while keeping accurate remaining and depreciated value calculations.
Original PR description
This reverts commit 79aa48867de14a6d2315ec95b271004084d74b14. A lot of customers reported that the data was wrong in a lot of cases. For instance, when the previous software computed a lower depreciation than Odoo, Odoo was then moving the difference into the next period. The change for the computation of `asset_remaining_value` and `asset_depreciated_value` has been kept. opw-4968367 opw-4977970 opw-4961381 opw-4991216 opw-4965451 Forward-Port-Of: odoo/enterprise#91751 Forward-Port-Of: odoo/enterprise#91723