l10n-switzerland-flectra/ebill_paynet/__manifest__.py

35 lines
1018 B
Python
Raw Normal View History

2021-06-30 06:38:22 +00:00
# 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""",
2021-06-30 06:39:40 +00:00
"version": "2.0.1.0.0",
2021-06-30 06:38:22 +00:00
"license": "AGPL-3",
2021-06-30 06:39:40 +00:00
"author": "Camptocamp SA,Odoo Community Association (OCA), 2BIT GmbH",
"website": "https://gitlab.com/flectra-community/flectra",
2021-06-30 06:38:22 +00:00
"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": [],
}