Files
manufacture/mrp_auto_assign/__manifest__.py
2024-05-21 11:13:15 +02:00

17 lines
589 B
Python

# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mrp Auto Assign",
"summary": "Make MO automatically reserve raw material moves at creation",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"depends": ["mrp"],
"application": False,
"installable": True,
}