-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy path__manifest__.py
37 lines (36 loc) · 1.04 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2022 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "eBill Postfinance",
"summary": """Postfinance eBill integration""",
"version": "14.0.1.1.0",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["TDu"],
"website": "https://github.com/OCA/l10n-switzerland",
"depends": [
"account",
"account_invoice_export",
"base_ebill_payment_contract",
"l10n_ch_base_bank",
"l10n_ch_qriban",
"queue_job",
"sale",
],
"external_dependencies": {
"python": [
"zeep",
"ebilling_postfinance",
]
},
"data": [
"data/ir_cron.xml",
"data/transmit.method.xml",
"data/mail_activity_type.xml",
"security/ir.model.access.csv",
"views/ebill_payment_contract.xml",
"views/message_template.xml",
"views/ebill_postfinance_service.xml",
"views/ebill_postfinance_invoice_message.xml",
],
}