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,41 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2026 Nexa Systems Inc.
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
# Part of the Fusion Plating product family.
|
||||
{
|
||||
'name': 'Fusion Plating - Ontario Compliance Pack',
|
||||
'version': '19.0.1.0.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Ontario-specific regulators, waste stream templates, and compliance obligation templates for the Fusion Plating compliance framework.',
|
||||
'description': """
|
||||
Fusion Plating - Ontario Compliance Pack
|
||||
=========================================
|
||||
|
||||
Loads Ontario-specific regulatory reference data into the
|
||||
``fusion_plating_compliance`` framework:
|
||||
|
||||
* Ontario regulators: MECP, MOL, TSSA, RPRA, MOH
|
||||
* Waste stream template reference (O. Reg. 347 waste classes)
|
||||
* Common compliance obligation reference (NPRI, RPRA HWP, ECA, JHSC, etc.)
|
||||
* Notes explaining where numeric discharge limits come from (municipal packs)
|
||||
|
||||
This is a pure data pack - no Python models, no views, no security.
|
||||
Actual numeric sewer discharge limits are delegated to municipal packs
|
||||
(e.g. ``fusion_plating_compliance_tor`` for Toronto Chapter 681).
|
||||
""",
|
||||
'author': 'Nexa Systems Inc.',
|
||||
'website': 'https://www.nexasystems.ca',
|
||||
'license': 'OPL-1',
|
||||
'price': 0.00,
|
||||
'currency': 'CAD',
|
||||
'depends': ['fusion_plating_compliance'],
|
||||
'data': [
|
||||
'data/fp_regulator_data.xml',
|
||||
'data/fp_waste_stream_template_data.xml',
|
||||
'data/fp_compliance_obligation_data.xml',
|
||||
'data/fp_discharge_reference_data.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user