Files
Odoo-Modules/fusion-plating/fusion_plating_process_chrome/__manifest__.py
gsinghpal be611876ad changes
2026-04-12 09:09:50 -04:00

76 lines
2.9 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 — Chrome Plating Process Pack',
'version': '19.0.1.0.0',
'category': 'Manufacturing/Plating',
'summary': 'Chrome plating process types — hard and decorative, hexavalent and trivalent — with bath parameter schemas and carcinogen hazard awareness.',
'description': """
Fusion Plating — Chrome Plating Process Pack
==============================================
Part of the Fusion Plating product family by Nexa Systems Inc.
This data-only module plugs into the ``fusion_plating`` core and seeds the
process taxonomy and bath chemistry schemas specific to chrome (chromium)
plating. No new models, no new views — just records loaded with
``noupdate="1"`` so downstream customizations survive upgrades.
Process types shipped
---------------------
* Hard Chrome — Hexavalent (Cr(VI))
* Decorative Chrome — Hexavalent (Cr(VI))
* Hard Chrome — Trivalent (Cr(III))
* Decorative Chrome — Trivalent (Cr(III))
* Chrome Strike
Bath parameters shipped
-----------------------
Hexavalent chromium (CrO3), trivalent chromium, sulfuric acid, CrO3:H2SO4
ratio, bath temperature, current density, iron and copper contamination,
mist suppressant level, and rectifier voltage. Per-bath target overrides
happen on the bath or recipe record in the core.
Hazard awareness
----------------
Hexavalent chrome is a confirmed human carcinogen (IARC Group 1, NTP
Known Human Carcinogen, Ontario Reg. 833 designated substance). Every
hex-chrome process type carries ``hazard_notes`` that flag:
* Ontario Reg. 833 ceiling exposure limit 0.05 mg/m³ as Cr(VI).
* Mandatory mist suppression and medical surveillance.
* Toronto Ch. 681 sewer limits — Cr(VI) 2 mg/L, total Cr 4 mg/L.
* NPRI Part 1B reporting, CEPA Schedule 1 listing.
* Mandatory rinse-water segregation — no storm sewer discharge
(storm limit 0.0008 mg/L Cr(VI)).
* Industry transition to trivalent chrome where part specs allow.
Trivalent (Cr(III)) variants are flagged as the preferred choice for new
installations, with reduced toxicity and lower fume generation — but
still subject to Toronto total-chromium discharge limits.
Install this module after ``fusion_plating``. It depends only on the core
module and ships no security rules or views of its own.
Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
""",
'author': 'Nexa Systems Inc.',
'website': 'https://www.nexasystems.ca',
'maintainer': 'Nexa Systems Inc.',
'support': 'support@nexasystems.ca',
'license': 'OPL-1',
'price': 0.00,
'currency': 'CAD',
'depends': ['fusion_plating'],
'data': [
'data/fp_bath_parameter_data.xml',
'data/fp_process_type_data.xml',
],
'installable': True,
'application': False,
'auto_install': False,
}