From 3e1bbf5273567e8589f1588fb89125ba1e4a338c Mon Sep 17 00:00:00 2001 From: ced <> Date: Thu, 4 Oct 2007 05:58:54 +0000 Subject: [PATCH] Fix typo bzr revid: ced-735a517d952e08e1ccc29518635f623a05bca938 --- addons/hr_timesheet_invoice/hr_timesheet_invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py index 0cd9b94e0f4..74453114bb0 100644 --- a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py +++ b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py @@ -78,7 +78,7 @@ class account_analytic_line(osv.osv): } def unlink(self, cursor, user, ids, context=None): - self._check(cursor, uid, ids) + self._check(cursor, user, ids) return super(account_analytic_line,self).unlink(cursor, uid, ids, context=context)