mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
559 B
Python
16 lines
559 B
Python
# Copyright 2019-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "BOM lines with sequence number",
|
|
"summary": "Manages the order of BOM lines by displaying its sequence",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Manufacturing Management",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"license": "AGPL-3",
|
|
"depends": ["mrp"],
|
|
"data": ["views/stock_view.xml"],
|
|
"installable": True,
|
|
}
|