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

24 lines
846 B
Python

# Copyright 2011-2015 Camptocamp SA
# Copyright 2014 Olivier Jossen brain-tec AG
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Switzerland - Bank list',
'version': '2.0.1',
'author': "Flectra Community, Camptocamp, brain-tec AG, Odoo Community Association (OCA)",
'category': 'Localisation',
'website': 'https://gitlab.com/flectra-community/l10n-switzerland',
'license': 'AGPL-3',
'summary': 'Banks names, addresses and BIC codes',
'depends': ['l10n_ch_base_bank',
],
# We use csv file as xml is too slow
# unfortunately it doesn't work with noupdate thus we use a post_init hook
# 'init': ['data/res.bank.csv'],
'post_init_hook': 'post_init',
'data': [],
'images': [],
'demo': [],
'auto_install': False,
'installable': True,
}