Some checks failed
pre-commit / pre-commit (pull_request) Has been cancelled
Hide projects in a folded stage from the timesheet line project selector and forbid creating projects on the fly from timesheet lines
24 lines
680 B
Python
24 lines
680 B
Python
# Copyright 2026 Elabore
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "hr_timesheet_hide_folded_projects",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Elabore",
|
|
"website": "https://git.elabore.coop/elabore/hr-tools",
|
|
"maintainer": "Elabore",
|
|
"license": "AGPL-3",
|
|
"category": "HR",
|
|
"summary": "Hide projects in a folded stage from the timesheet line project selector, "
|
|
"and forbid creating projects on the fly from timesheet lines",
|
|
"depends": [
|
|
"hr_timesheet",
|
|
],
|
|
"data": [
|
|
"views/hr_timesheet_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|