forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
23 lines (22 loc) · 853 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
# Copyright 2015 AvanzOsc (http://www.avanzosc.es)
# Copyright 2015-2019 Tecnativa - Pedro M. Baeza
# Copyright 2019 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Lock Lot",
"Summary": "Restrict blocked lots in Stock Moves and reservations",
"version": "14.0.1.0.0",
"author": "Avanzosc, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"category": "Warehouse Management",
"depends": ["stock", "product"],
"data": [
"security/stock_lock_lot_security.xml",
"data/stock_lock_lot_data.xml",
"views/product_category_view.xml",
"views/stock_production_lot_view.xml",
"views/stock_location_view.xml",
],
"installable": True,
"license": "AGPL-3",
}