l10n-switzerland-flectra/account_banking_sepa_credit_transfer/__manifest__.py
2021-07-21 13:01:38 +02:00

20 lines
798 B
Python

# Copyright 2010-2020 Akretion (www.akretion.com)
# Copyright 2016-2020 Tecnativa - Antonio Espinosa and Pedro M. Baeza
# 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",
"version": "2.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion, , 2BIT GmbH" "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/flectra",
"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,
}