l10n-switzerland-flectra/ebill_paynet/__manifest__.py
Renzo Meister 054b3e8e86 Update l10n-switzerland-flectra with changes form l10n-switzerland
->ebill_paynet,ebill_paynet_customer_free_ref,l10n_ch_invoice_reports
2022-01-20 17:23:39 +01:00

35 lines
1020 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.1",
"license": "AGPL-3",
"author": "Camptocamp SA,Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/l10n-switzerland-flectra",
"depends": [
"account",
"account_invoice_export",
"base_ebill_payment_contract",
"l10n_ch_base_bank",
"l10n_ch_qriban",
"queue_job",
"sale",
"delivery",
],
"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": [],
}