Files
odoo-usability/hr_timesheet_sheet_usability_akretion/__manifest__.py
2025-09-05 17:48:13 +00:00

19 lines
602 B
Python

# Copyright 2025 Akretion France (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'HR Timesheet Sheet Usability Akretion',
'version': '16.0.1.0.0',
'category': 'Timesheet',
'license': 'AGPL-3',
'summary': 'Better usability in hr_timesheet_sheet module',
'author': 'Akretion',
'website': 'https://github.com/akretion/odoo-usability',
'depends': ['hr_timesheet_sheet'],
'data': [
'views/hr_timesheet_sheet.xml',
],
'installable': True,
}