Daily updates from Odoo
Tuesday, April 15, 2025
2 changes
Features or functions removed from Odoo
The depreciation schedule no longer shows the "First Depreciation Date" column because it could be inaccurate for assets imported from previous accounting systems. This reduces confusion and helps users rely on clearer asset reporting across both imported and Odoo-created assets.
Original PR description
The "First Depreciation Date" column is misleading when importing assets from previous accounting systems, as it often displays an incorrect date. As if the asset is created in Odoo, the date usually matches the acquisition date. But if we import assets that were already depreciated in another system, the date is often wrong. This change removes the "First Depreciation Date" column to prevent confusion and ensure more accurate reporting for both Odoo-created and imported assets. task-4657876
The Master Production Schedule no longer supports setting a maximum quantity to replenish. This simplifies MPS planning behavior by removing a limit that is no longer needed, along with related demo data and tests.
Original PR description
This commit removes the maximum to replenish feature from MPS and deletes the tests that no longer make sense in absence of this feature. Task ID: [4481975](https://www.odoo.com/odoo/project/966/tasks/4481975)