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

12 lines
369 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Field Service - Sale Subscription",
'summary': "Technical Bridge",
'category': 'Services/Field Service',
'version': '1.0',
'depends': ['industry_fsm_sale', 'project_sale_subscription'],
'auto_install': True,
'license': 'OEEL-1',
}