# Copyright 2025 Akretion France (http://www.akretion.com) # @author Alexis de Lattre # 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, }