forked from OCA/delivery-carrier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (24 loc) · 879 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
# Copyright 2018 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Partner Delivery Zone",
"summary": "This module allows to create partner delivery zones for physical products",
"version": "16.0.1.0.1",
"development_status": "Beta",
"category": "Delivery",
"website": "https://github.com/OCA/delivery-carrier",
"author": "Tecnativa, Pesol, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["sale_stock", "contacts"],
"data": [
"security/ir.model.access.csv",
"views/partner_delivery_zone_view.xml",
"views/res_partner_view.xml",
"views/sale_order_view.xml",
"views/stock_picking_view.xml",
"views/report_deliveryslip.xml",
"views/report_shipping.xml",
],
}