[FIX] hr.expense: add missing import - was removed due to side-effect of merging 6.0 changes

bzr revid: odo@openerp.com-20110809144741-kubo8p3cqndlwlo7
This commit is contained in:
Olivier Dony 2011-08-09 16:47:41 +02:00
parent 7226046707
commit 097b76d372
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import time
from osv import fields, osv
from tools.translate import _
import decimal_precision as dp
import netsvc
def _employee_get(obj, cr, uid, context=None):
if context is None: