[ADD] new module project_task_report

This commit is contained in:
Clément Mombereau
2024-12-09 12:32:12 -03:00
parent 5af6c895d0
commit c88e7b0bb4
10 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2024 Akretion
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Project Task Report",
"summary": """Task wizard to sum up the progress between two dates""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion",
"website": "http://akretion.com",
"depends": ["project", "hr_timesheet"],
"data": [
"security/ir.model.access.csv",
"wizards/project_task_report.xml",
],
"demo": ["data/project_task_report_demo.xml"],
}