[ADD]hr_timesheet_sheet_usability

This commit is contained in:
2025-09-09 10:47:10 +02:00
committed by b0g
parent d52b8c424e
commit 0437a9c9be
7 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "hr_timesheet_sheet_usability",
"version": "16.0.1.0.0",
"description": "Various changes to improve the usability of hr_timesheet_sheet application",
"summary": "",
"author": "Elabore",
"website": "https://github.com/Alusage/odoo-hr-addons",
"license": "LGPL-3",
"category": "Human Resources",
"depends": [
"base","hr_timesheet","hr_timesheet_sheet",
],
"data": [
"views/hr_timesheet_sheet_menu.xml",
"views/account_analytic_line_views.xml",
],
"installable": True,
"application": False,
}