Skip to content
Snippets Groups Projects
Commit 80e627bb authored by Jigar Amin's avatar Jigar Amin
Browse files

[IMP] Report Month Improvment

bzr revid: jam@tinyerp.com-20101013134256-lwwg9css5h62oyyi
parent 114843c9
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
help="Recruitment performed in current year"/>
<filter icon="terp-go-month" string="Month"
name="month"
domain="[('date','&lt;=', time.strftime('%%Y-%%m-%%d')),('date','&gt;=',time.strftime('%%Y-%%m-01'))]"
domain="[('date','&lt;=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('date','&gt;=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"
help="Recruitment performed in current month"/>
<filter icon="terp-go-month"
string=" Month-1 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment