[IMP] account_asset : fix the error : Object 2012-01-01 has no method 'getFullYear'.

bzr revid: mdi@tinyerp.com-20120604100004-flnvca2ezn51q6k6
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 15:30:04 +05:30
parent a08bdbdc14
commit c9260da9cd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,graph</field>
<field name="search_view_id" ref="view_asset_asset_report_search"/>
<field name="context">{'search_default_year':1,'search_default_this_month':1,'search_default_asset_category':1, 'search_default_posted':1, 'search_default_purchase_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1}</field>
<field name="context">{'search_default_year':1,'search_default_this_month':1,'search_default_asset_category':1, 'search_default_posted':1, 'group_by':[], 'group_by_no_leaf':1}</field>
<field name="help">From this report, you can have an overview on all depreciation. The tool search can also be used to personalise your Assets reports and so, match this analysis to your needs;</field>
</record>