bemade-addons/client_name_on_manufacturing_orders/__manifest__.py
2025-05-29 21:35:47 -04:00

40 lines
1.4 KiB
Python

#
# Bemade Inc.
#
# Copyright (C) 2024-June Bemade Inc. (<https://www.bemade.org>).
# Author: Marc Durepos (Contact : marc@bemade.org)
#
# This program is under the terms of the GNU Lesser General Public License,
# version 3.
#
# For full license details, see https://www.gnu.org/licenses/lgpl-3.0.en.html.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
{
"name": "Client Name on Manufacturing Order",
"version": "17.0.2.0.0",
"summary": "Show the customer name on manufacturing order views.",
"category": "Manufacturing",
"author": "Bemade Inc.",
"website": "http://www.bemade.org",
"license": "LGPL-3",
"depends": ["sale_mrp", "mrp_workorder", "web"],
"data": [
"views/mrp_production_views.xml",
],
'assets': {
'web.assets_backend': [
'client_name_on_manufacturing_orders/static/src/**/*.xml',
'client_name_on_manufacturing_orders/static/src/**/*.js',
]
},
"installable": True,
"auto_install": False,
}