mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
21 lines
655 B
Python
21 lines
655 B
Python
# Copyright 2022 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "MRP Serial Number Propagation",
|
|
"version": "15.0.0.3.0",
|
|
"development_status": "Beta",
|
|
"license": "AGPL-3",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"maintainers": ["sebalix"],
|
|
"summary": "Propagate a serial number from a component to a finished product",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"category": "Manufacturing",
|
|
"depends": ["mrp"],
|
|
"data": [
|
|
"views/mrp_bom.xml",
|
|
"views/mrp_production.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|