trytond-csv_sale/__init__.py

12 lines
320 B
Python
Raw Permalink Normal View History

2013-09-17 11:03:57 +02:00
# 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 *
2013-09-17 11:03:57 +02:00
def register():
Pool.register(
CSVArchive,
module='csv_sale', type_='model')