openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #05741
[Merge] lp:~therp-nl/ocb-addons/7.0-lp1303724 into lp:ocb-addons
Holger Brunn (Therp) has proposed merging lp:~therp-nl/ocb-addons/7.0-lp1303724 into lp:ocb-addons.
Requested reviews:
OpenERP Community Backports Team (ocb)
Related bugs:
Bug #1303724 in OpenERP Community Backports (Addons): "[7.0] Can't reset a refused vacation request if its amount of days exceeds available days"
https://bugs.launchpad.net/ocb-addons/+bug/1303724
For more details, see:
https://code.launchpad.net/~therp-nl/ocb-addons/7.0-lp1303724/+merge/214510
--
https://code.launchpad.net/~therp-nl/ocb-addons/7.0-lp1303724/+merge/214510
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~therp-nl/ocb-addons/7.0-lp1303724 into lp:ocb-addons.
=== modified file 'hr_holidays/hr_holidays.py'
--- hr_holidays/hr_holidays.py 2014-03-24 09:12:54 +0000
+++ hr_holidays/hr_holidays.py 2014-04-07 10:48:34 +0000
@@ -314,6 +314,7 @@
'state': 'draft',
'manager_id': False,
'manager_id2': False,
+ 'number_of_days_temp': 0,
})
wf_service = netsvc.LocalService("workflow")
for id in ids:
Follow ups