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

bzr revid: mdi@tinyerp.com-20120604062709-qi1qj4thrvq75q3d
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 11:57:09 +05:30
parent 0208d57dcd
commit 709522a45b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<field name="res_model">account.invoice.report</field>
<field name="view_type">form</field>
<field name="view_mode">tree,graph</field>
<field name="context">{'search_default_period':1,'search_default_current':1, 'search_default_year': 1, 'search_default_category_product':1, 'search_default_customer':1, 'search_default_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1,}</field>
<field name="context">{'search_default_period':1,'search_default_current':1, 'search_default_year': 1, 'search_default_category_product':1, 'search_default_customer':1, 'group_by':[], 'group_by_no_leaf':1,}</field>
<field name="search_view_id" ref="view_account_invoice_report_search"/>
<field name="help">From this report, you can have an overview of the amount invoiced to your customer as well as payment delays. The tool search can also be used to personalise your Invoices reports and so, match this analysis to your needs.</field>