trytond-stock_lot_location_.../__init__.py
2014-07-21 13:34:05 +02:00

14 lines
350 B
Python

from trytond.pool import Pool
from .stock import *
def register():
Pool.register(
Lot,
LotLocationQuantity,
LotByLocationStart,
LotByLocationOpen,
module='stock_lot_location_quantity', type_='model'),
Pool.register(
LotByLocation,
module='stock_lot_location_quantity', type_='wizard')