mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
22 lines
698 B
Python
22 lines
698 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "MRP Disable force availability button",
|
|
"version": "9.0.1.0.0",
|
|
"summary": "Disable force availability button in manufacturing orders.",
|
|
"author": "Eficent"
|
|
"Odoo Community Association (OCA),",
|
|
"website": "http://www.odoomrp.com",
|
|
"category": "Manufacturing",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["mrp"],
|
|
"data": [
|
|
"security/mrp_disable_force_availability_button_security.xml",
|
|
"views/mrp_operation_view.xml",
|
|
],
|
|
}
|