[REF]hr_timesheet_sheet_usability_misc: rename hr_timesheet_sheet_usability in hr_timesheet_sheet_usability_misc because hr_timesheet_sheet_usability already exists in acsone repos

This commit is contained in:
2025-12-10 14:41:39 +01:00
parent c16fccfa6e
commit 67b18277c1
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "hr_timesheet_sheet_usability_misc",
"version": "16.0.1.1.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,
}