# -*- 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_account', 'project'], 'auto_install': True, 'license': 'LGPL-3', }