mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
21 lines
643 B
Python
21 lines
643 B
Python
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "MRP Warehouse Calendar",
|
|
"summary": "Considers the warehouse calendars in manufacturing",
|
|
"version": "11.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/stock-logistics-warehouse",
|
|
"author": "Eficent, "
|
|
"Odoo Community Association (OCA)",
|
|
"category": "Manufacturing",
|
|
"depends": [
|
|
"mrp",
|
|
"stock_warehouse_calendar",
|
|
],
|
|
"installable": True,
|
|
'development_status': 'Beta',
|
|
'maintainers': ['jbeficent'],
|
|
}
|