mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[9.0][ADD] mrp_disable_force_availability_button
This commit is contained in:
21
mrp_disable_force_availability_button/__openerp__.py
Normal file
21
mrp_disable_force_availability_button/__openerp__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# -*- 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user