mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
19 lines
661 B
Python
19 lines
661 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
|
# (http://www.eficent.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "MRP Production Service",
|
|
"summary": "Creates procurement orders from manufacturing orders, for "
|
|
"services included in the Bill of Materials",
|
|
"version": "10.0.1.0.1",
|
|
"author": "Eficent,"
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://www.odoo-community.org",
|
|
"category": "Warehouse Management",
|
|
"depends": ["mrp"],
|
|
"license": "AGPL-3",
|
|
'installable': True,
|
|
'application': False,
|
|
}
|