trytond-stock_lot_expiry-zz/__init__.py

14 lines
315 B
Python
Raw Normal View History

2014-06-04 11:04:04 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
2013-10-16 13:46:10 +02:00
from trytond.pool import Pool
from .stock import *
def register():
Pool.register(
Template,
2013-10-16 13:46:10 +02:00
Lot,
Location,
Move,
module='stock_lot_expiry', type_='model')