oca-ocb-sale/odoo-bringout-oca-ocb-spreadsheet_dashboard_sale/spreadsheet_dashboard_sale/__manifest__.py
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

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',
}