l10n-switzerland-flectra/ebill_paynet/__manifest__.py
Raphael Ritter bc2374f0d9 moved to f2
2021-06-30 08:39:40 +02:00

35 lines
1018 B
Python

# Copyright 2019-2020 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "eBill Paynet",
"summary": """
Paynet platform bridge implementation""",
"version": "2.0.1.0.0",
"license": "AGPL-3",
"author": "Camptocamp SA,Odoo Community Association (OCA), 2BIT GmbH",
"website": "https://gitlab.com/flectra-community/flectra",
"depends": [
"account",
"account_invoice_export",
"base_ebill_payment_contract",
"l10n_ch_base_bank",
"l10n_ch_qriban",
"queue_job",
"sale",
"mass_mailing",
],
"external_dependencies": {"python": ["zeep"]},
"data": [
"data/transmit.method.xml",
"data/ir_cron.xml",
"data/mail_activity_type.xml",
"security/ir.model.access.csv",
"views/ebill_payment_contract.xml",
"views/message_template.xml",
"views/paynet_service.xml",
"views/paynet_invoice_message.xml",
],
"demo": [],
}