1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/spreadsheet_dashboard_account_accountant/__manifest__.py
2024-12-10 09:04:09 +07:00

17 lines
471 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': 'Hidden',
'summary': 'Spreadsheet',
'description': 'Spreadsheet',
'depends': ['spreadsheet_dashboard', 'account_reports'],
'data': [
"data/dashboards.xml",
],
'installable': True,
'auto_install': ['account_reports'],
'license': 'OEEL-1',
}