OCA / account-financial-tools

Odoo Accountant Financial Tools and Utils
GNU Affero General Public License v3.0
298 stars 739 forks source link

[13.0][FIX] account_asset_management: asset compute multicompany #1879

Closed tansadio closed 1 month ago

tansadio commented 1 month ago

This PR fixes a problem with how our system handles asset management, especially when calculating assets. The issue is with the asset_compute function used in (Invoicing / Assets / Compute Assets). It currently combines data from different companies incorrectly because it doesn't consider the company. This update includes the company in the asset calculation process, making sure that assets are correctly attributed to each company.