forked from OCA/delivery-carrier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
31 lines (31 loc) · 920 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
27
28
29
30
31
# @author Raphael Reverdy <[email protected]>
# David BEAL <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Delivery Carrier Roulier",
"version": "14.0.1.0.1",
"author": "Akretion,Odoo Community Association (OCA)",
"summary": "Integration of multiple carriers",
"maintainers": ["florian-dacosta"],
"category": "Warehouse",
"depends": [
"partner_helper",
"base_phone", # from oca/telephony
"base_delivery_carrier_label",
],
"website": "https://github.com/OCA/delivery-carrier",
"data": [
"views/stock_quant_package.xml",
"views/carrier_account.xml",
],
"demo": [
"demo/product.xml",
],
"external_dependencies": {
"python": [
"roulier", # '>0.2.0'
],
},
"installable": True,
"license": "AGPL-3",
}