trytond-stock_inventory_con.../__init__.py
2018-10-23 17:53:26 +02:00

11 lines
293 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 inventory
def register():
Pool.register(
inventory.Inventory,
module='stock_inventory_confirmed', type_='model')