@ -60,39 +60,37 @@ class AccountAssetAsset(models.Model):
"If the asset is confirmed, the status goes in 'Running' and the depreciation lines can be posted in the accounting.\n"
"You can manually close an asset when the depreciation is over. If the last line of depreciation is posted, the asset automatically goes in that status.")
help="Choose the method to use to compute the amount of depreciation lines.\n * Linear: Calculated on basis of: Gross Value / Number of Depreciations\n"
" * Degressive: Calculated on basis of: Residual Value * Degressive Factor")
method_number=fields.Integer(string='Number of Depreciations',
readonly=True,
default=5,
help="The number of depreciation's needed to depreciate your asset")
method_period=fields.Integer(string='Number of Months in a Period',
required=True,readonly=True,default=12,
required=True,default=12,
help="The amount of time between two depreciation's, in months")
help='Indicates that the first depreciation entry for this asset have to be done from the purchase date instead of the first January / Start date of fiscal year')