[CLN] global: apply ruff

This commit is contained in:
Stéphan Sainléger
2025-06-25 15:57:21 +02:00
parent 76db335030
commit 2afa90260f
32 changed files with 194 additions and 159 deletions

View File

@@ -13,10 +13,13 @@
"base",
"helpdesk_mgmt",
"helpdesk_mgmt_project",
"helpdesk_request_type", # to create the helpdesk.request.type model and have the field request_type_id in the helpdesk.ticket model
"project_request_data", # to have the fields service_id and request_type_id in the project.task model
# to create the helpdesk.request.type model and have the field request_type_id
# in the helpdesk.ticket model
"helpdesk_request_type",
# to have the fields service_id and request_type_id in the project.task model
"project_request_data",
"project_task_add_very_high", # to have priority values 2 and 3 on tasks
"helpdesk_transfer_timesheet_to_task" # to copy timesheets from ticket to task
"helpdesk_transfer_timesheet_to_task", # to copy timesheets from ticket to task
],
"data": [
"views/helpdesk_convert_ticket_to_task.xml",