Files
manufacture/mrp_bom_line_formula_quantity/__manifest__.py
2024-03-27 11:16:33 +01:00

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",
],
}