Files
maintenance-tools/maintenance_project_task_domain/__manifest__.py
Quentin Mondot edeacc4555
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m29s
[ADD] maintenance_project_task_domain
2025-10-21 16:22:39 +02:00

21 lines
671 B
Python

# Copyright 2025 Quentin Mondot
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "maintenance_project_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": ["maintenance_project"],
"data": [
"views/maintenance_view_form_task_domain.xml"
],
"installable": True,
"auto_install": True,
"application": False,
}