Files

24 lines
647 B
Python

# Copyright 2025 Boris Gallet (Elabore)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "project_usability_misc",
"version": "16.0.1.0.0",
"author": "Elabore",
"website": "https://github.com/elabore-coop/project-tools",
"maintainer": "boris.gallet@elabore.coop",
"license": "AGPL-3",
"category": "Tools",
"summary": "Miscellaneous usability improvements for project management",
"depends": [
"base",
"project",
],
"data": [
"views/project_task.xml",
],
"demo": [],
"installable": True,
"auto_install": False,
"application": False,
}