From 4418c83a5faa144dc7d0f6cc2bb36fb51c818191 Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Thu, 12 May 2011 13:54:58 +0200 Subject: [PATCH] [REF] hr_payroll: added TODO comment bzr revid: qdp-launchpad@openerp.com-20110512115458-kg1s089del0032lx --- addons/hr_payroll/hr_payroll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/hr_payroll/hr_payroll.py b/addons/hr_payroll/hr_payroll.py index b85025ea300..2b59087ebd3 100644 --- a/addons/hr_payroll/hr_payroll.py +++ b/addons/hr_payroll/hr_payroll.py @@ -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':{