mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 01:12:02 +02:00
16 lines
462 B
Python
16 lines
462 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': 'Productivity/Dashboard',
|
|
'summary': 'Spreadsheet',
|
|
'description': 'Spreadsheet',
|
|
'depends': ['spreadsheet_dashboard', 'sale'],
|
|
'data': [
|
|
"data/dashboards.xml",
|
|
],
|
|
'auto_install': ['sale'],
|
|
'author': 'Odoo S.A.',
|
|
'license': 'LGPL-3',
|
|
}
|