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