12 lines
320 B
Python
12 lines
320 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Sale Purchase Project',
|
|
'version': '1.0',
|
|
'summary': 'Technical Bridge',
|
|
'license': 'LGPL-3',
|
|
'category': 'Sales',
|
|
'depends': ['sale_purchase', 'project_purchase', 'sale_project'],
|
|
'auto_install': True,
|
|
}
|