1
0
Fork 0
mirror of synced 2023-12-14 09:32:52 +01:00
trytond-stock_lot_sequence/__init__.py

14 lines
318 B
Python
Raw Normal View History

2013-10-22 17:09:34 +02:00
#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 *
def register():
Pool.register(
CompanyConfiguration,
Configuration,
Lot,
module='stock_lot_sequence', type_='model')