2021-03-12 16:21:19 +00:00
|
|
|
# Copyright 2013-2016 Akretion - Alexis de Lattre
|
|
|
|
# Copyright 2016 Tecnativa - Antonio Espinosa
|
|
|
|
# Copyright 2021 Tecnativa - Carlos Roca
|
2023-05-19 08:19:51 +00:00
|
|
|
# Copyright 2014-2022 Tecnativa - Pedro M. Baeza
|
2021-03-12 16:21:19 +00:00
|
|
|
# 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",
|
2023-05-19 08:19:51 +00:00
|
|
|
"version": "2.0.2.1.1",
|
2021-03-12 16:21:19 +00:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"author": "Akretion, Noviat, Tecnativa, Odoo Community Association (OCA)",
|
|
|
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
|
|
|
"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/account_payment_mode.xml",
|
|
|
|
"views/res_config_settings.xml",
|
|
|
|
"views/account_payment_method.xml",
|
|
|
|
],
|
|
|
|
"post_init_hook": "set_default_initiating_party",
|
|
|
|
"installable": True,
|
|
|
|
}
|