42 lines
1.6 KiB
Python
42 lines
1.6 KiB
Python
# -*- 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,
|
|
}
|