[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

@@ -1,9 +1,7 @@
===============================
helpdesk_convert_ticket_to_task
===============================
# helpdesk_convert_ticket_to_task
This module aims to convert a ticket into a task.
For this, it adds a button in the ticket view "Convert to task".
This module changes the behavior of the buttons "create" and "create and edit" of the
field `task` in a ticket form.
It automatically fills up many fields (check the function button_convert_to_task for details)
@@ -14,16 +12,16 @@ Use Odoo normal module installation procedure to install
# Known issues / Roadmap
A current limitation is that one task can be linked to many tickets.
Thus, the above task fields are filled up at the creation of the task from a ticket form
but are not updated when the linked tickets are updated.
A current limitation is that one task can be linked to many tickets. Thus, the above
task fields are filled up at the creation of the task from a ticket form but are not
updated when the linked tickets are updated.
# Bug Tracker
Bugs are tracked on `our issues website <https://github.com/elabore-coop/helpdesk-tools/issues>`\_. In case of
trouble, please check there if your issue has already been
reported. If you spotted it first, help us smashing it by providing a
detailed and welcomed feedback.
Bugs are tracked on
`our issues website <https://github.com/elabore-coop/helpdesk-tools/issues>`\_. In case
of trouble, please check there if your issue has already been reported. If you spotted
it first, help us smashing it by providing a detailed and welcomed feedback.
# Credits