forked from OCA/delivery-carrier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (26 loc) · 873 Bytes
/
__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
# Copyright 2013-2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Carrier labels - Stock Batch Picking (link)",
"version": "14.0.1.0.2",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainer": "Camptocamp",
"category": "Carrier",
"complexity": "normal",
"depends": ["base_delivery_carrier_label", "stock_picking_batch_extended"],
"website": "https://github.com/OCA/delivery-carrier",
"data": [
"data/ir.config_parameter.xml",
"views/stock_batch_picking.xml",
"security/ir.model.access.csv",
"wizard/generate_labels_view.xml",
"wizard/apply_carrier_view.xml",
],
"installable": True,
"auto_install": True,
"license": "AGPL-3",
"application": False,
"external_dependencies": {
"python": ["PyPDF2"],
},
}