mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
28 lines
951 B
Python
28 lines
951 B
Python
# Copyright 2017-2020 ForgeFlow, S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Request",
|
|
"summary": "Internal request for stock",
|
|
"version": "14.0.1.8.0",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock"],
|
|
"data": [
|
|
"security/stock_request_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/product.xml",
|
|
"views/stock_request_views.xml",
|
|
"views/stock_request_allocation_views.xml",
|
|
"views/stock_move_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"views/stock_request_order_views.xml",
|
|
"views/res_config_settings_views.xml",
|
|
"views/stock_request_menu.xml",
|
|
"data/stock_request_sequence_data.xml",
|
|
],
|
|
"installable": True,
|
|
}
|