Odoo18-Base/addons/spreadsheet_dashboard_hr_timesheet/__manifest__.py
2025-01-06 10:57:38 +07:00

16 lines
442 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Spreadsheet dashboard for time sheets",
'version': '1.0',
'category': 'Hidden',
'summary': 'Spreadsheet',
'description': 'Spreadsheet',
'depends': ['spreadsheet_dashboard', 'hr_timesheet'],
'data': [
"data/dashboards.xml",
],
'installable': True,
'auto_install': ['hr_timesheet'],
'license': 'LGPL-3',
}