[MIG] project_task_billable_hours: migrate to 18.0

This commit is contained in:
Stéphan Sainléger
2026-03-13 17:25:48 +01:00
parent 88e4034a51
commit e0b2a07b01
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 2022 Elabore
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Project task billable hours",
"version": "18.0.1.0.0",
"author": "Elabore",
"website": "https://git.elabore.coop/elabore/project-tools",
"maintainer": "Laetitia Da Costa",
"license": "AGPL-3",
"category": "Tools",
"summary": "In task kanban view, display remaining billable hours instead of remaining hours",
"description": "",
"depends": ["project", "hr_timesheet", "project_working_time_task_portal"],
"data": [
"views/project_task_views.xml",
],
"installable": True,
"application": False,
}