odoo/addons/hr_timesheet_sheet/static/src
Denis Ledoux 3a6b6dd6df [FIX] hr_timesheet_sheet: save correctly if focus is in a timesheet input
on_change_unit_amount was called manually in the timesheet widget. Normally, save waits for all on_change to be applied, but in this case, as the on_change its called manually in the js, it was not the case.
The fix is to put all deferreds for which we must wait for in an array, and to wait all deferreds to be done before saving.

bzr revid: dle@openerp.com-20140115165114-nqa2ynszgocrnt52
2014-01-15 17:51:14 +01:00
..
css [FIX]hr_timesheet_sheet: add right-padding to timesheet weekly input in order to avoid the value to be partially cut (in ie 9/10, for instance) 2013-11-26 18:00:19 +01:00
img Changed module icons 2011-12-21 18:37:39 +01:00
js [FIX] hr_timesheet_sheet: save correctly if focus is in a timesheet input 2014-01-15 17:51:14 +01:00
xml [IMP] wording, no default filter for archives 2012-11-26 22:29:03 +01:00