mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-17 03:22:03 +00:00
29 lines
1.1 KiB
Python
29 lines
1.1 KiB
Python
|
# Copyright 2013-2016 Akretion - Alexis de Lattre
|
||
|
# Copyright 2014-2017 Tecnativa - Pedro M. Baeza
|
||
|
# Copyright 2016 Tecnativa - Antonio Espinosa
|
||
|
# Copyright 2021 Tecnativa - Carlos Roca
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "Account Banking PAIN Base Module",
|
||
|
"summary": "Base module for PAIN file generation",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"license": "AGPL-3",
|
||
|
"author": "Akretion, Noviat, Tecnativa, Odoo Community Association (OCA), 2BIT GmbH",
|
||
|
"website": "https://gitlab.com/flectra-community/flectra",
|
||
|
"category": "Hidden",
|
||
|
"depends": ["account_payment_order"],
|
||
|
"external_dependencies": {"python": ["unidecode", "lxml"]},
|
||
|
"data": [
|
||
|
"security/security.xml",
|
||
|
"views/account_payment_line.xml",
|
||
|
"views/account_payment_order.xml",
|
||
|
"views/bank_payment_line_view.xml",
|
||
|
"views/account_payment_mode.xml",
|
||
|
"views/res_config_settings.xml",
|
||
|
"views/account_payment_method.xml",
|
||
|
],
|
||
|
"post_init_hook": "set_default_initiating_party",
|
||
|
"installable": True,
|
||
|
}
|