[REF] hr_payroll: added TODO comment

bzr revid: qdp-launchpad@openerp.com-20110512115458-kg1s089del0032lx
This commit is contained in:
Quentin (OpenERP) 2011-05-12 13:54:58 +02:00
parent b6f4aef872
commit 4418c83a5f
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ class hr_payslip(osv.osv):
return res
def onchange_contract_id(self, cr, uid, ids, date_from, date_to, employee_id=False, contract_id=False, context=None):
#TODO it seems to be the mess in the onchanges, we should have onchange_employee => onchange_contract => doing all the things
if context is None:
context = {}
res = {'value':{