trytond-csv_purchase/__init__.py
2014-02-07 20:58:54 +01:00

11 lines
328 B
Python

# This file is part of csv_purchase 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_purchase', type_='model')