mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
35 lines
1018 B
Python
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": [],
|
|
}
|