Files
manufacture/mrp_progress_button/__manifest__.py
2021-11-12 09:02:37 +00:00

17 lines
598 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 Progress Button",
"summary": "Add a button on MO to make the MO state 'In Progress'",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"version": "14.0.1.1.0",
"license": "AGPL-3",
"depends": ["mrp"],
"data": ["views/production.xml"],
"installable": True,
}