[NEW] helpdesk_transfer_timesheet_to_task: assign the timesheets ticket to the linked task
This commit is contained in:
committed by
Stéphan Sainléger
parent
57c5815324
commit
28ae6f5572
23
helpdesk_transfer_timesheet_to_task/__manifest__.py
Normal file
23
helpdesk_transfer_timesheet_to_task/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2024 Quentin Mondot
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "helpdesk_transfer_timesheet_to_task",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "Quentin Mondot",
|
||||
"license": "AGPL-3",
|
||||
"category": "Tools",
|
||||
"summary": "This module assigns timesheets to the task linked to a ticket.",
|
||||
"depends": [
|
||||
"base",
|
||||
"helpdesk_mgmt",
|
||||
"helpdesk_mgmt_project",
|
||||
"helpdesk_mgmt_timesheet",
|
||||
"sale_timesheet"
|
||||
],
|
||||
"data": [],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": False,
|
||||
}
|
Reference in New Issue
Block a user