forked from OCA/wms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 1.03 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
# Copyright 2019 Camptocamp (https://www.camptocamp.com)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
{
"name": "Stock Available to Promise Release",
"version": "16.0.3.6.2",
"summary": "Release Operations based on available to promise",
"author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/wms",
"category": "Stock Management",
"depends": ["stock"],
"data": [
"security/ir.model.access.csv",
"views/product_product_views.xml",
"views/stock_move_views.xml",
"views/stock_picking_views.xml",
"views/stock_picking_type_views.xml",
"views/stock_route_views.xml",
"views/res_config_settings.xml",
"wizards/stock_release_views.xml",
"wizards/stock_unrelease_views.xml",
],
"installable": True,
"license": "LGPL-3",
"application": False,
"development_status": "Beta",
"pre_init_hook": "pre_init_hook",
"external_dependencies": {"python": ["openupgradelib"]},
}