trytond-stock_lot_cost_price/__init__.py
Sergio Morillo 9a5c1c1794 Branch 4.8
2019-02-22 13:49:20 +01:00

11 lines
274 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 . import stock
def register():
Pool.register(
stock.Lot,
module='stock_lot_cost_price', type_='model')