From 68149389496791dd563906a9eb2212ceadf40360 Mon Sep 17 00:00:00 2001 From: jscampucci Date: Wed, 3 Sep 2025 15:50:50 +0200 Subject: [PATCH] [IMP] helpdesk_portal_timesheet : hide non billable timesheet from portal --- helpdesk_portal_timesheet/__manifest__.py | 4 +-- .../ticket_timesheet_portal_templates.xml | 28 ++++++++++--------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/helpdesk_portal_timesheet/__manifest__.py b/helpdesk_portal_timesheet/__manifest__.py index aea5c07..2dc444b 100644 --- a/helpdesk_portal_timesheet/__manifest__.py +++ b/helpdesk_portal_timesheet/__manifest__.py @@ -3,7 +3,7 @@ { "name": "helpdesk_portal_timesheet", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Elabore", "website": "https://elabore.coop", "maintainer": "Elabore", @@ -12,7 +12,7 @@ "summary": "Show ticket timesheets in portal view", # any module necessary for this one to work correctly "depends": [ - "helpdesk_mgmt_timesheet" + "helpdesk_mgmt_timesheet","sale_timesheet_line_exclude", ], "qweb": [], "external_dependencies": { diff --git a/helpdesk_portal_timesheet/views/ticket_timesheet_portal_templates.xml b/helpdesk_portal_timesheet/views/ticket_timesheet_portal_templates.xml index 3b455a5..88354dd 100644 --- a/helpdesk_portal_timesheet/views/ticket_timesheet_portal_templates.xml +++ b/helpdesk_portal_timesheet/views/ticket_timesheet_portal_templates.xml @@ -13,19 +13,21 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + +