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

17 lines
456 B
Python

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