Merge lp:~olivier-laurent/c2c-addons/trunk-bug1069799 into lp:c2c-addons/6.1

Proposed by Olivier Laurent (Acsone)
Status: Merged
Merge reported by: Guewen Baconnier @ Camptocamp
Merged at revision: not available
Proposed branch: lp:~olivier-laurent/c2c-addons/trunk-bug1069799
Merge into: lp:c2c-addons/6.1
Diff against target: 24 lines (+2/-2)
2 files modified
hr_timesheet_task/hr_analytic_timesheet_view.xml (+1/-1)
hr_timesheet_task/hr_timesheet_sheet_view.xml (+1/-1)
To merge this branch: bzr merge lp:~olivier-laurent/c2c-addons/trunk-bug1069799
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Review via email: mp+130818@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Hi,

Sounds good.

Thanks
Guewen

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hr_timesheet_task/hr_analytic_timesheet_view.xml'
--- hr_timesheet_task/hr_analytic_timesheet_view.xml 2012-09-04 17:15:02 +0000
+++ hr_timesheet_task/hr_analytic_timesheet_view.xml 2012-10-22 14:07:32 +0000
@@ -70,7 +70,7 @@
70 domain="[('date','<=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('date','>=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"70 domain="[('date','<=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('date','>=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"
71 help="Current Month"/>71 help="Current Month"/>
72 <filter icon="terp-go-week" string=" Week " separator="1" name="week"72 <filter icon="terp-go-week" string=" Week " separator="1" name="week"
73 domain="[('date','&lt;=', (datetime.date.today() + relativedelta(weeks=0,day=7, weekday=-1)).strftime('%%Y-%%m-%%d')),('date','&gt;=',(datetime.date.today() - relativedelta(weeks=1, weekday=0)).strftime('%%Y-%%m-%%d'))]"73 domain="[('date','&gt;=',(datetime.date.today()+relativedelta(days=-6,weekday=0)).strftime('%%Y-%%m-%%d')),('date','&lt;=',(datetime.date.today()+relativedelta(weekday=6)).strftime('%%Y-%%m-%%d'))]"
74 help="Current week"/>74 help="Current week"/>
75 </xpath>75 </xpath>
7676
7777
=== modified file 'hr_timesheet_task/hr_timesheet_sheet_view.xml'
--- hr_timesheet_task/hr_timesheet_sheet_view.xml 2012-05-02 13:27:15 +0000
+++ hr_timesheet_task/hr_timesheet_sheet_view.xml 2012-10-22 14:07:32 +0000
@@ -16,7 +16,7 @@
16 domain="[('date_from','&lt;=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('date_from','&gt;=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"16 domain="[('date_from','&lt;=',(datetime.date.today()+relativedelta(day=31)).strftime('%%Y-%%m-%%d')),('date_from','&gt;=',(datetime.date.today()-relativedelta(day=1)).strftime('%%Y-%%m-%%d'))]"
17 help="Current Month"/>17 help="Current Month"/>
18 <filter icon="terp-go-week" string=" Week " separator="1" name="week"18 <filter icon="terp-go-week" string=" Week " separator="1" name="week"
19 domain="[('date_from','&lt;=', (datetime.date.today() + relativedelta(weeks=0,day=7, weekday=-1)).strftime('%%Y-%%m-%%d')),('date_from','&gt;=',(datetime.date.today() - relativedelta(weeks=1, weekday=0)).strftime('%%Y-%%m-%%d'))]"19 domain="[('date_from','&gt;=',(datetime.date.today()+relativedelta(days=-6,weekday=0)).strftime('%%Y-%%m-%%d')),('date_from','&lt;=',(datetime.date.today()+relativedelta(weekday=6)).strftime('%%Y-%%m-%%d'))]"
20 help="Current week"/>20 help="Current week"/>
21 </xpath>21 </xpath>
2222

Subscribers

People subscribed via source and target branches