← Back to team overview

openerp-india team mailing list archive

[Bug 1323363] [NEW] depreciation_date must be first day of fiscal year

 

Public bug reported:

the depreciation_date must be the first day of fiscal year - obviously

the current (trunk) version 
account_asset.py" line 163 
uses wrong calculation
depreciation_date = datetime(purchase_date.year, 1, 1)

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

** Summary changed:

- depreciation_date first day of fiscal year
+ depreciation_date must be first day of fiscal year

-- 
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/1323363

Title:
  depreciation_date must be first day of fiscal year

Status in OpenERP Addons (modules):
  New

Bug description:
  the depreciation_date must be the first day of fiscal year - obviously

  the current (trunk) version 
  account_asset.py" line 163 
  uses wrong calculation
  depreciation_date = datetime(purchase_date.year, 1, 1)

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


Follow ups

References