odoo/addons/resource
Goffin Simon bbd15cdca6 [FIX] resource: interval_get_multi
To compute the intervals of working time, the function interval_get_multi
used 'hour_to' and 'hour_from' from "resource.calendar.attendance" model. 'hour_to'
and 'hour_from' are not in UTC timezone. All the dates in odoo are compared in UTC.
Then 'hour_to' and 'hour_from' must be converted.
To take into account the minutes in this computation, the minutes from the start date
are added in the variable todo (number of working hours).

opw:648349
2015-09-08 10:08:45 +02:00
..
faces [IMP] use exact writing for fsf address 2013-05-14 16:28:37 +02:00
i18n [I18N] Transifex project URL 2015-08-03 17:25:44 +02:00
security [FIX] resource: security, resource not readable by externals 2014-08-26 18:10:14 +02:00
test [FIX] resource: fix test: use fixed start/end hours for work periods, otherwise the test breaks randomly depending on the hour of the day 2013-03-21 20:03:48 +01:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [IMP] emoving bad code, no invitation system on events 2012-09-26 14:16:27 +02:00
resource.py [FIX] resource: interval_get_multi 2015-09-08 10:08:45 +02:00
resource_demo.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
resource_view.xml [IMP]put arrow for all forms 2013-03-22 14:46:25 +05:30