mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
29 lines
835 B
Python
29 lines
835 B
Python
# Copyright 2022 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "MRP Serial Number Propagation (subcontracting)",
|
|
"version": "15.0.0.1.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 "
|
|
"(subcontracting integration)"
|
|
),
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"category": "Manufacturing",
|
|
"depends": [
|
|
# core
|
|
"mrp_subcontracting",
|
|
# OCA/manufacture
|
|
"mrp_lot_number_propagation",
|
|
],
|
|
"data": [
|
|
"views/stock_move_line.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
"application": False,
|
|
}
|