1
0
Fork 0
mirror of synced 2023-12-14 09:32:52 +01:00
trytond-stock_lot_sequence/__init__.py
?ngel ?lvarez Serra 9afcb4b03e initial commit
2013-10-22 17:09:34 +02:00

13 lines
318 B
Python

#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')