31 lines
1.2 KiB
Python
31 lines
1.2 KiB
Python
{
|
|
'name': 'Fusion Project Portal',
|
|
'version': '19.0.4.1.1',
|
|
'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',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'fusion_project_portal/static/src/scss/portal_projects.scss',
|
|
'fusion_project_portal/static/src/js/portal_search_live.js',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
'author': 'Fusion Central',
|
|
}
|