l10n-switzerland-flectra/l10n_ch_bank/__init__.py

9 lines
239 B
Python
Raw Normal View History

2022-06-30 12:58:43 +00:00
# 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)