[ADD] project_usability_misc: Add "All Tasks" menu item
This commit is contained in:
committed by
LaetitiaElabore
parent
38b2adc06b
commit
be81194749
23
project_usability_misc/__manifest__.py
Normal file
23
project_usability_misc/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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,
|
||||
}
|
Reference in New Issue
Block a user