trytond-csv_sale/__init__.py
2014-02-07 20:59:05 +01:00

12 lines
320 B
Python

# This file is part of csv_sale 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(
CSVArchive,
module='csv_sale', type_='model')