l10n-switzerland-flectra/l10n_ch_zip/__init__.py
Raphael Ritter 876516c055 [ADD] base_location
[FIX] l10n_ch_zip
2021-07-22 17:21:38 +02:00

9 lines
221 B
Python

# Copyright 2011-2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from .hooks import import_csv_data
def post_init(cr, registry):
import_csv_data(cr, registry)