oca-ocb-accounting/odoo-bringout-oca-ocb-spreadsheet_dashboard_account/spreadsheet_dashboard_account/__manifest__.py
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00

17 lines
498 B
Python

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