mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
24 lines
691 B
Python
24 lines
691 B
Python
# Copyright 2024 Simone Rubino - Aion Tech
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "MRP BoM Line formula for quantity",
|
|
"summary": "Compute the quantity of a Production Line using a formula in the BoM Line.",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Aion Tech, Odoo Community Association (OCA)",
|
|
"maintainers": [
|
|
"SirAionTech",
|
|
],
|
|
"category": "Manufacturing",
|
|
"depends": [
|
|
"mrp",
|
|
],
|
|
"website": "https://github.com/OCA/manufacture"
|
|
"/tree/16.0/mrp_bom_line_formula_quantity",
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"views/mrp_bom_line_views.xml",
|
|
"views/mrp_bom_views.xml",
|
|
],
|
|
}
|