[IMP] stock_planning: set the import statement

bzr revid: sbh@tinyerp.com-20100623103901-hbgtljt05ea8mbwi
This commit is contained in:
sbh (Open ERP) 2010-06-23 16:09:01 +05:30
parent 0a685f06f0
commit 3660bd3cbc
1 changed files with 8 additions and 4 deletions

View File

@ -20,15 +20,19 @@
#
##############################################################################
from osv import fields,osv
import pooler
from tools import config
import time
import netsvc
import math
import mx.DateTime
from mx.DateTime import RelativeDateTime, now, DateTime, localtime
from osv import fields
from osv import osv
import netsvc
from tools.translate import _
import tools
from tools import config
def rounding(fl, round_value):
if not round_value: