Files
Odoo-Modules/fusion_projects/fusion_project_portal/__manifest__.py
gsinghpal 6ac6d24da6 CHANGES
2026-04-28 19:43:16 -04:00

25 lines
983 B
Python

{
'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',
}