trytond-csv_import_getmail/__init__.py

13 lines
365 B
Python

# This file is part of csv_import_getmail 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 .csv_import import *
def register():
Pool.register(
CSVProfile,
CSVProfileParty,
module='csv_import_getmail', type_='model')