[IMP] hr_timesheet_sheet: small change

bzr revid: psi@tinyerp.co.in-20100519131739-fq8eatkfprj7qatp
This commit is contained in:
psi (Open ERP) 2010-05-19 18:47:39 +05:30
parent 62d0f91972
commit 1fa0bc873d
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ import netsvc
from mx import DateTime
from tools.translate import _
import sql_db
class one2many_mod2(fields.one2many):
def get(self, cr, obj, ids, name, user=None, offset=0, context={}, values={}):
res = {}