trytond-stock_lot_deactivat.../__init__.py
2016-10-10 15:32:49 +02:00

13 lines
291 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
import stock
def register():
Pool.register(
stock.Lot,
stock.Move,
module='stock_lot_deactivatable', type_='model')