[ADD] helpdesk_ticket_task_domain
This commit is contained in:
20
helpdesk_ticket_task_domain/__manifest__.py
Normal file
20
helpdesk_ticket_task_domain/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2025 Quentin Mondot
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "helpdesk_ticket_task_domain",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "Quentin Mondot",
|
||||
"license": "AGPL-3",
|
||||
"category": "Tools",
|
||||
"summary": "This module adjusts the domain applied to task field in order to limit "
|
||||
"selection to tasks in any of unfolded stages.",
|
||||
"depends": ["helpdesk_mgmt_project"],
|
||||
"data": [
|
||||
"views/ticket_view_form_task_domain.xml"
|
||||
],
|
||||
"installable": True,
|
||||
"auto_install": True,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user