Odoo18-Base/addons/sale_purchase_project/__manifest__.py
2025-01-06 10:57:38 +07:00

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,
}