forked from OCA/wms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (25 loc) · 916 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 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": "14.0.1.0.1",
"summary": "Release Operations based on available to promise",
"author": "Camptocamp,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_location_route_views.xml",
"views/res_config_settings.xml",
"wizards/stock_release_views.xml",
],
"installable": True,
"license": "LGPL-3",
"application": False,
"development_status": "Alpha",
}