[IMP] helpdesk_portal_timesheet : correct sum from non billable timesheet from portal

This commit is contained in:
jscampucci
2025-09-09 09:50:39 +02:00
parent 6814938949
commit 46ac195662
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,8 @@
"summary": "Show ticket timesheets in portal view",
# any module necessary for this one to work correctly
"depends": [
"helpdesk_mgmt_timesheet","sale_timesheet_line_exclude",
"helpdesk_mgmt_timesheet",
"sale_timesheet_line_exclude",
],
"qweb": [],
"external_dependencies": {
@@ -31,4 +32,4 @@
# and independently installed. Used for synergetic or glue modules.
"auto_install": False,
"application": False,
}
}