CHANGES
This commit is contained in:
24
fusion_projects/fusion_project_portal/__manifest__.py
Normal file
24
fusion_projects/fusion_project_portal/__manifest__.py
Normal 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',
|
||||
}
|
||||
Reference in New Issue
Block a user