trytond-esale_stock_kit/__init__.py

12 lines
323 B
Python

# This file is part esale_stock_kit module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import Pool
from .shop import *
def register():
Pool.register(
SaleShop,
module='esale_stock_kit', type_='model')