This commit is contained in:
gsinghpal
2026-04-28 19:43:16 -04:00
parent 2a9fd478f5
commit 6ac6d24da6
6 changed files with 627 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
'name': 'Fusion Project Portal',
'version': '19.0.3.0.0',
'category': 'Project',
'summary': 'Customer portal hierarchy + task creation, plus surfaces logged timesheets on the portal',
'description': """
- Hides sub-tasks from /my/projects/<id> so portal lists only top-level tasks.
- Adds + New Task / + New Sub-task buttons on portal (inline forms).
- Surfaces logged timesheets on the customer portal task page.
- Light UX inherit on the standard hr_timesheet stop-timer wizard so the
description prompt is mandatory and a bigger textarea is shown. The
Start/Pause/Stop button itself is the built-in one provided by
hr_timesheet/timesheet_grid -- we no longer ship a parallel timer.
""",
'depends': ['project', 'hr_timesheet', 'timesheet_grid'],
'data': [
'views/portal_templates.xml',
'views/wizard_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
'author': 'Fusion Central',
}