Commit 63e42d21 authored by Sebastien Robin's avatar Sebastien Robin

commit changes made by guillaume


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1803 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aebfc1de
......@@ -42,15 +42,14 @@ class Amortisation:
"""
_properties = (
{ 'id' : 'amortisation_value', # XXX Naming - value has other meaning in ERP5
'description' : 'The deprecated value of the item',
{ 'id' : 'amortisation_beginning_price',
'description' : 'The value to use to calculate the accounting amortisation movements (net of tax)',
'type' : 'float',
'acquisition_base_category' : ('parent',),
'acquisition_portal_type' : item_type_list,
'acquisition_copy_value' : 1,
'acquisition_mask_value' : 1,
'acquisition_accessor_id' : 'getAmortisationValue',
'acquisition_accessor_id' : 'getAmortisationBeginningPrice',
'acquisition_depends' : None,
'mode' : 'w' },
{ 'id' : 'amortisation_duration',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment