mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
504 B
Python
16 lines
504 B
Python
# Copyright 2017 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "MRP Production Putaway Strategy",
|
|
"summary": "Applies putaway strategies to manufacturing orders for "
|
|
"finished products.",
|
|
"version": "14.0.1.0.0",
|
|
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"category": "Manufacture",
|
|
"depends": ["mrp"],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|