16 lines
419 B
Python

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