Do not use asterisk in imports.

This commit is contained in:
Albert Cervera i Areny 2018-10-29 00:59:41 +01:00
parent 73ab04f2cb
commit 93215485c8

View file

@ -1,10 +1,9 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .stock import *
from . import stock
def register():
Pool.register(
ExternalReceptionLine,
stock.ExternalReceptionLine,
module='stock_external_reception_lot', type_='model')