trytond-stock_lot_location_.../__init__.py
2014-11-09 14:00:39 +01:00

14 lines
349 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')