forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
22 lines (22 loc) · 884 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
# 2020 Copyright ForgeFlow, S.L. (https://www.forgeflow.com)
# @author Jordi Ballester <[email protected]>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Stock Valuation Layer Usage",
"version": "16.0.2.0.0",
"category": "Warehouse Management",
"development_status": "Alpha",
"license": "AGPL-3",
"summary": "Trace where has the stock valuation been used in, including "
"the quantities taken.",
"author": "ForgeFlow,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"depends": ["sale", "stock_account_product_run_fifo_hook"],
"data": [
"security/ir.model.access.csv",
"views/stock_valuation_layer_usage_views.xml",
"views/stock_valuation_layer_views.xml",
"views/stock_move_views.xml",
],
"installable": True,
}