diff --git a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py index cc68c73ff7e..44bc7eb2d7c 100644 --- a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py +++ b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py @@ -126,7 +126,7 @@ class account_analytic_line(osv.osv): } def write(self, cr, uid, ids, vals, context=None): - self._check_inv(cr, uid, ids, vals) + #self._check_inv(cr, uid, ids, vals) return super(account_analytic_line,self).write(cr, uid, ids, vals, context=context)