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

bzr revid: mdi@tinyerp.com-20120604063742-6ajtzzvily37jz2i
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 12:07:42 +05:30
parent 709522a45b
commit 5097feeaf2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<field name="res_model">sale.receipt.report</field>
<field name="view_type">form</field>
<field name="view_mode">tree,graph</field>
<field name="context">{'search_default_year':1,'search_default_month':1,'search_default_current':1, 'search_default_partner':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_year':1,'search_default_month':1,'search_default_current':1, 'search_default_partner':1, 'search_default_customer':1, 'group_by':[], 'group_by_no_leaf':1,}</field>
<field name="search_view_id" ref="view_sale_receipt_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>