mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
876516c055
[FIX] l10n_ch_zip
9 lines
221 B
Python
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)
|