mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
17 lines
610 B
Python
17 lines
610 B
Python
# Copyright 2018-19 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "MRP Warehouse Calendar",
|
|
"summary": "Considers the warehouse calendars in manufacturing",
|
|
"version": "14.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Manufacturing",
|
|
"depends": ["mrp", "stock_warehouse_calendar"],
|
|
"installable": True,
|
|
"development_status": "Production/Stable",
|
|
"maintainers": ["JordiBForgeFlow"],
|
|
}
|