trytond-edw_mssql/__init__.py
Sergio Morillo 44f36eed79 Refactor module.
This commit refs #3470
2017-12-14 18:03:11 +01:00

11 lines
273 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 .instance import Instance
def register():
Pool.register(
Instance,
module='edw_mssql', type_='model')