15 lines
571 B
Python
15 lines
571 B
Python
|
# -*- 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',
|
||
|
}
|