1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Sales - Service",
'summary': "Interaction between Sales and services apps (project and planning)",
'description': """
Allows to display sale information in the SOL services apps
===========================================================
Additional information is displayed in the name of the SOL when it is used in services apps (project and planning).
""",
'category': 'Hidden',
'depends': ['sale_management'],
'license': 'LGPL-3',
}
|