Files
2026-04-16 20:53:53 -04:00

46 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Fusion Plating — Electroless Nickel Process Pack
Part of the Fusion Plating product family by Nexa Systems Inc.
Data-only Odoo 19 module that seeds electroless nickel (EN) plating process
types and bath chemistry parameter schemas into the `fusion_plating` core.
## What ships
### Process types (`fusion.plating.process.type`)
| Code | Name | Notes |
|---|---|---|
| `EN_LP` | Electroless Nickel — Low Phosphorus (25% P) | Highest hardness/wear, magnetic |
| `EN_MP` | Electroless Nickel — Mid Phosphorus (69% P) | Workhorse EN, AMS 2404 class 4 |
| `EN_HP` | Electroless Nickel — High Phosphorus (1013% P) | Max corrosion, non-magnetic |
| `EN_PTFE` | Electroless Nickel — PTFE Composite | Self-lubricating |
| `EN_BNI` | Electroless Nickel — Boron Nickel | High hardness + conductivity |
| `EN_STRIKE` | Nickel Strike | Pre-plate adhesion layer |
### Bath parameters (`fusion.plating.bath.parameter`)
Nickel concentration, sodium hypophosphite, orthophosphite (HPO3), pH, bath
temperature, metal turnovers (MTO), bath loading (dm²/L), and stabilizer.
Every EN process type shares the same parameter set. Per-bath target
overrides are made on the bath or recipe record in the core module.
## Hazard awareness
Every process type carries `hazard_notes` flagging WHMIS 2015 Category 1A
status of nickel compounds, CEPA Schedule 1 listing, hypophosphite
reducer/oxidizer risks, scald PPE at 8592 °C, Ontario Reg. 833 air
monitoring, and NPRI Part 1A reporting.
## Install
Requires `fusion_plating` core. No new models, views, or security rules —
pure data pack loaded with `noupdate="1"` so customizations survive upgrades.
```bash
docker exec odoo-dev-app odoo -d fusion-dev -u fusion_plating_process_en --stop-after-init
```
## License
OPL-1 (Odoo Proprietary License v1.0). Copyright (c) 2026 Nexa Systems Inc.