oca-ocb-mrp/odoo-bringout-oca-ocb-mrp_repair/mrp_repair/__manifest__.py
Ernad Husremovic 6e65e8c877 19.0 vanilla
2026-03-09 09:31:47 +01:00

18 lines
426 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Mrp Repairs',
'version': '1.0',
'category': 'Supply Chain/Inventory',
'depends': ['repair', 'mrp'],
'data': [
'views/production_views.xml',
'views/repair_views.xml',
],
'installable': True,
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}