l10n-switzerland-flectra/l10n_ch_bank/__init__.py
2022-06-30 14:58:43 +02:00

9 lines
239 B
Python

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