Split 49 modules/suites into independent git repos; untrack from monorepo
Each top-level module/suite folder is now its own private repo on GitHub (gsinghpal/<name>) and gitea (admin/<name>), with a fresh single initial commit. The monorepo no longer tracks them (added to .gitignore + git rm --cached); working-tree files are retained on disk and managed in their own repos. The monorepo keeps shared root files (CLAUDE.md, docs/, scripts/, tools/, AGENTS.md, WIP/obsolete dirs) and full history. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
{
|
||||
'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',
|
||||
}
|
||||
Reference in New Issue
Block a user