[IMP] account_asset: Corrected indentation.

bzr revid: uco@tinyerp.com-20110706060339-ojfwsl1y5djk14ga
This commit is contained in:
Ujjvala Collins (OpenERP) 2011-07-06 11:33:39 +05:30
parent 4cea10c178
commit 4a534a42fe
1 changed files with 3 additions and 3 deletions

View File

@ -212,9 +212,9 @@ class account_asset_asset(osv.osv):
'child_ids': fields.one2many('account.asset.asset', 'parent_id', 'Children Assets'),
'purchase_date': fields.date('Purchase Date', required=True, readonly=False, states={'close':[('readonly',True)]}),
'state': fields.selection([('draft','Draft'),('open','Running'),('close','Close')], 'State', required=True,
help="When an asset is created, the state is 'Draft'.\n" \
"If the asset is owned by the company or an individual then it is called a confirmed asset, the state is 'Running'.\n" \
"An asset can be closed before or after all depreciation lines are posted, the state is 'Close'."),
help="When an asset is created, the state is 'Draft'.\n" \
"If the asset is owned by the company or an individual then it is called a confirmed asset, the state is 'Running'.\n" \
"An asset can be closed before or after all depreciation lines are posted, the state is 'Close'."),
'active': fields.boolean('Active', select=2),
'partner_id': fields.many2one('res.partner', 'Partner', readonly=False, states={'close':[('readonly',True)]}),
'method': fields.selection([('linear','Linear'),('degressive','Degressive')], 'Computation Method', required=True, readonly=True, states={'draft':[('readonly',False)]}, help="Linear: Calculated on basis of Gross Value/During (interval) \