Files
manufacture/mrp_auto_assign/__manifest__.py
2017-07-27 12:30:20 +02:00

18 lines
600 B
Python

# -*- coding: utf-8 -*-
# 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://akretion.com/",
"category": "Manufacturing",
"version": "10.0.1.0.0",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["mrp"],
}