bank-payment/account_banking_sepa_credit_transfer/__manifest__.py

21 lines
811 B
Python
Raw Permalink Normal View History

2021-03-12 16:21:19 +00:00
# Copyright 2010-2020 Akretion (www.akretion.com)
2023-05-19 08:19:51 +00:00
# Copyright 2016 Tecnativa - Antonio Espinosa
# Copyright 2016-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 SEPA Credit Transfer",
"summary": "Create SEPA XML files for Credit Transfers",
2024-08-26 14:11:32 +00:00
"version": "2.0.2.0.2",
2021-03-12 16:21:19 +00:00
"license": "AGPL-3",
2023-05-19 08:19:51 +00:00
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
2021-03-12 16:21:19 +00:00
"website": "https://gitlab.com/flectra-community/bank-payment",
"category": "Banking addons",
"conflicts": ["account_sepa"],
"depends": ["account_banking_pain_base"],
"data": ["data/account_payment_method.xml"],
"demo": ["demo/sepa_credit_transfer_demo.xml"],
"post_init_hook": "update_bank_journals",
"installable": True,
}