1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/project_sale_subscription/__manifest__.py
2024-12-10 09:04:09 +07:00

16 lines
499 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Project Sales Subscription',
'version': '1.0',
'category': 'Services/sales/subscriptions',
'summary': 'Project sales subscriptions',
'description': 'Bridge created to add the number of subscriptions linked to an AA to a project form',
'depends': ['sale_project', 'sale_subscription'],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}