This commit is contained in:
resteve 2014-09-29 11:24:30 +02:00
parent 3e4bfca619
commit c2dbbe1369

View file

@ -1,11 +1,9 @@
# This file is part of product_oneclick_esale module for Tryton. # This file is part of product_oneclick_esale module for Tryton.
# The COPYRIGHT file at the top level of this repository contains # The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms. # the full copyright notices and license terms.
from trytond.model import ModelView, fields from trytond.model import fields
from trytond.pool import Pool, PoolMeta from trytond.pool import PoolMeta
from trytond.pyson import Eval, PYSONEncoder from trytond.pyson import Eval
from trytond.wizard import Wizard, StateView, StateAction, StateTransition, \
Button
from trytond.modules.product_esale.tools import slugify from trytond.modules.product_esale.tools import slugify
__all__ = ['ProductOneClickView', 'ProductOneClick'] __all__ = ['ProductOneClickView', 'ProductOneClick']