diff --git a/project_task_billable_hours/__init__.py b/project_task_billable_hours/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/project_task_billable_hours/__manifest__.py b/project_task_billable_hours/__manifest__.py new file mode 100644 index 0000000..c043a61 --- /dev/null +++ b/project_task_billable_hours/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright 2022 Elabore +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Project task billable hours", + "version": "16.0.1.0.0", + "author": "Elabore", + "website": "https://github.com/elabore-coop/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, +} diff --git a/project_task_billable_hours/views/project_task_views.xml b/project_task_billable_hours/views/project_task_views.xml new file mode 100644 index 0000000..2114d89 --- /dev/null +++ b/project_task_billable_hours/views/project_task_views.xml @@ -0,0 +1,21 @@ + + + + + project.task.kanban.billable.remaining.hours.inherit + project.task + + + + + + + + +
+ +
+
+
+
+
\ No newline at end of file