43 lines
1.7 KiB
Python
43 lines
1.7 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 - Toronto Compliance Pack',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Manufacturing/Plating',
|
|
'summary': 'City of Toronto Chapter 681 Sewer By-law pack: Table 1 sanitary limits (50 parameters), Table 2 storm limits (stricter), and compliance obligation templates.',
|
|
'description': """
|
|
Fusion Plating - Toronto Compliance Pack
|
|
==========================================
|
|
|
|
Loads the verified contents of Toronto Municipal Code Chapter 681 as of the
|
|
2023 amendment, plus Toronto-level regulators and common obligation templates.
|
|
Depends on the Ontario pack for the provincial context.
|
|
|
|
Contents
|
|
--------
|
|
* Toronto municipality jurisdiction (child of Ontario)
|
|
* Toronto Water, Toronto Fire Services, Municipal Licensing & Standards regulators
|
|
* Chapter 681 Table 1 sanitary and combined sewer discharge limits (~50 parameters)
|
|
* Chapter 681 Table 2 storm sewer discharge limits (14 plating-relevant parameters)
|
|
* Compliance obligation templates (P2 Plan, quarterly sampling, IWSA, Fire inventory)
|
|
""",
|
|
'author': 'Nexa Systems Inc.',
|
|
'website': 'https://www.nexasystems.ca',
|
|
'license': 'OPL-1',
|
|
'price': 0.00,
|
|
'currency': 'CAD',
|
|
'depends': ['fusion_plating_compliance_on'],
|
|
'data': [
|
|
'data/fp_jurisdiction_data.xml',
|
|
'data/fp_regulator_data.xml',
|
|
'data/fp_discharge_limit_sanitary_data.xml',
|
|
'data/fp_discharge_limit_storm_data.xml',
|
|
'data/fp_compliance_obligation_data.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|