mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
24 lines
810 B
Python
24 lines
810 B
Python
# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# Copyright 2022 Tecnativa - Pedro M. Baeza
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Request MRP",
|
|
"summary": "Manufacturing request for stock",
|
|
"version": "14.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock_request", "mrp"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/stock_request_views.xml",
|
|
"views/stock_request_order_views.xml",
|
|
"views/mrp_production_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
"post_init_hook": "post_init_hook",
|
|
}
|