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

58 lines
2.3 KiB
Markdown

# Fusion Plating — Aluminum Anodizing Process Pack
Part of the Fusion Plating product family by Nexa Systems Inc.
Data-only module that plugs into the `fusion_plating` core and seeds the
process taxonomy and bath chemistry schemas specific to aluminum anodizing.
No new models, no new views — all records load with `noupdate="1"` so shop
customisations survive module upgrades.
## Process types shipped
| Code | Name | Category |
|---|---|---|
| AN_TYPE_I | Type I — Chromic Acid Anodize (MIL-A-8625) | Anodizing |
| AN_TYPE_II | Type II — Sulfuric Anodize, Clear (MIL-A-8625) | Anodizing |
| AN_TYPE_II_DYE | Type II — Sulfuric Anodize, Dyed (MIL-A-8625) | Anodizing |
| AN_TYPE_III | Type III — Hardcoat Anodize (MIL-A-8625) | Anodizing |
| AN_DYE | Dye Immersion | Post-Treatment |
| AN_SEAL_HOT | Hot Water Seal | Post-Treatment |
| AN_SEAL_NIAC | Nickel Acetate Seal | Post-Treatment |
| AN_SEAL_DICHRO | Dichromate Seal | Post-Treatment |
| AN_BRIGHT | Bright Dip (Pre-Anodize) | Preparation |
| AN_DESMUT | Desmut (Post-Etch) | Post-Treatment |
## Bath parameters shipped
Sulfuric acid concentration, dissolved aluminum, bath temperatures (Type II
room-temp and Type III chilled), current density, voltage, chromic acid
(Type I), seal bath temperature and pH, nickel acetate concentration, and
dye concentration/temperature. Per-bath target overrides happen on the
bath or recipe records in the core.
## Hazard awareness
- **Type I (chromic acid)** carries the same Cr(VI) carcinogen warnings as
chrome plating. NPRI Part 1B reportable, Toronto Ch. 681 limits apply,
mandatory mist suppression and medical surveillance. Prefer Type II
wherever customer spec allows.
- **Type II / Type III sulfuric** baths are severe splash hazards.
Acid-resistant PPE, eyewash within 10 seconds travel, safety shower.
- **Type III chilled bath** requires mandatory refrigeration and arc flash
PPE at rectifier voltages up to 90 V+.
- **Nickel acetate seal** is a WHMIS 2015 Category 1A sensitizer/carcinogen,
subject to Ontario Reg. 833 air monitoring.
## Installation
Depends on `fusion_plating` core. Ships no security rules or views of its own.
```bash
docker exec odoo-dev-app odoo -d fusion-dev -u fusion_plating_process_anodize --stop-after-init
```
## License
OPL-1 (Odoo Proprietary License v1.0). Copyright (c) 2026 Nexa Systems Inc.
All rights reserved.