← Back to team overview

openerp-india team mailing list archive

[Bug 1284264] [NEW] Asset depreciation board is wrong when using a different currency

 

Public bug reported:

When calculating the depreciation lines, the amount to depreciate
(amount) is recalculated to the company's currency, but the residual
amount, is not exchanged. So the operations for each line have mixed
currencies. Not only that, for every line it's recomputed the amount in
the company currency, when the exchange could have been done outside the
for loop.

account_asset/account_asset.py line 172 and sequents

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: asset

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1284264

Title:
  Asset depreciation board is wrong when using a different currency

Status in OpenERP Addons (modules):
  New

Bug description:
  When calculating the depreciation lines, the amount to depreciate
  (amount) is recalculated to the company's currency, but the residual
  amount, is not exchanged. So the operations for each line have mixed
  currencies. Not only that, for every line it's recomputed the amount
  in the company currency, when the exchange could have been done
  outside the for loop.

  account_asset/account_asset.py line 172 and sequents

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1284264/+subscriptions


Follow ups

References