12 lines
316 B
Python
12 lines
316 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': "MRP Project Sale",
|
|
'version': '1.0',
|
|
'summary': "Technical Bridge",
|
|
'category': 'Services/Project',
|
|
'depends': ['project_mrp', 'sale_mrp', 'sale_project'],
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|