forked from OCA/l10n-switzerland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
38 lines (37 loc) · 1.01 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
38
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Quickpac",
"version": "14.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainer": "Camptocamp",
"summary": "Print quickpac shipping labels",
"category": "Delivery",
"complexity": "normal",
"depends": [
"base_delivery_carrier_label",
"delivery_carrier_label_batch",
"configuration_helper",
"stock",
],
"website": "https://github.com/OCA/l10n-switzerland",
"data": [
"data/product.xml",
"data/partner.xml",
"data/delivery_template_option.xml",
"data/delivery.xml",
"data/delivery_option.xml",
"views/delivery.xml",
"views/res_config.xml",
],
"external_dependencies": {
"python": [
"quickpac",
"unidecode",
],
},
"installable": True,
"license": "AGPL-3",
"auto_install": False,
"application": True,
}