Odoo18-Base/addons/project_mrp/__manifest__.py

18 lines
460 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "MRP Project",
'version': '1.0',
'summary': "Monitor MRP using project",
'category': 'Services/Project',
'depends': ['mrp', 'project'],
'data': [
'views/mrp_bom_views.xml',
'views/mrp_production_views.xml',
'views/project_project_views.xml',
],
'auto_install': True,
'license': 'LGPL-3',
}