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

17 lines
462 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Spreadsheet dashboard for live chat",
'version': '1.0',
'category': 'Hidden',
'summary': 'Spreadsheet',
'description': 'Spreadsheet',
'depends': ['spreadsheet_dashboard', 'im_livechat'],
'data': [
"data/dashboards.xml",
],
'installable': True,
'auto_install': ['im_livechat'],
'license': 'LGPL-3',
}