odoo/addons/hr_attendance
Olivier Dony 253eaa462d [FIX] fix useless and invalid casts in domain fields
The ORM will automatically append 00:00:00 to a date
literal that is being compared with a timestamp field
with operators '>' or '>=', and 23:59:59 if compared
with operators '<' or '<='.
So a trivial domain for 'Today' is:
[('tstamp_field','>=',current_date),('tstamp_field','<=',current_date)]
taking advantage of the current_date helper that
is defined as the current date in YYYY-MM-DD format.

bzr revid: odo@openerp.com-20110924005547-pvgblte6r14so7mw
2011-09-24 02:55:47 +02:00
..
i18n Launchpad automatic translations update. 2011-09-17 05:03:45 +00:00
report [FIX] hr_attendance: encoded with utf8 2011-04-27 18:38:52 +05:30
security [MERGE] an employee shouldn't be able to see expenses and holidays of others employee 2011-01-17 15:55:56 +05:30
test [MERGE] merged the dev3 branch 2011-01-14 01:11:01 +01:00
wizard [IMP] hr_attendance: added missing action in the wizard for 'Weekly Attendance Report' 2011-02-10 16:37:35 +05:30
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [IMP]: module is defined by its complexity 2011-07-06 17:59:28 +05:30
hr_attendance.py [IMP] removed method=True params from all fields.function 2011-07-02 01:41:24 +02:00
hr_attendance_demo.xml [FIX] hr_attendance: temporarily comment out conficting demo data 2011-07-07 14:25:42 +02:00
hr_attendance_report.xml merged with trunk 2010-12-30 15:28:09 +05:30
hr_attendance_view.xml [FIX] fix useless and invalid casts in domain fields 2011-09-24 02:55:47 +02:00