chore(plating): de-dash shipped code + intake-neutral customer emails
Replace em-dashes and en-dashes with hyphens across 789 shipped source files (py/xml/js/scss) so the delivered module reads as human-written; em-dashes had become a recognizable AI-generated tell. Internal .md dev notes are excluded. The WO-sticker mojibake strippers keep their dash search targets (now written — / –). No logic changes: comments and display strings only; validated with py_compile + lxml parse. Rewrite the 7 customer notification emails to be intake-neutral (ship-in / drop-off / pickup) and repair-aware, and fix the Shipped email documents line (packing slip vs bill of lading; certificate only when issued). Subjects use a hyphen separator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<field name="target_max">60.0</field>
|
||||
<field name="warning_tolerance">5.0</field>
|
||||
<field name="decimals">1</field>
|
||||
<field name="description">Type I anodize — uses chromic acid. Cr(VI) carcinogen — prefer Type II.</field>
|
||||
<field name="description">Type I anodize - uses chromic acid. Cr(VI) carcinogen - prefer Type II.</field>
|
||||
</record>
|
||||
|
||||
<record id="param_an_seal_temp" model="fusion.plating.bath.parameter">
|
||||
|
||||
@@ -12,14 +12,14 @@
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="ptype_an_type_i" model="fusion.plating.process.type">
|
||||
<field name="name">Type I — Chromic Acid Anodize (MIL-A-8625)</field>
|
||||
<field name="name">Type I - Chromic Acid Anodize (MIL-A-8625)</field>
|
||||
<field name="code">AN_TYPE_I</field>
|
||||
<field name="category_id" ref="fusion_plating.pcat_anodizing"/>
|
||||
<field name="sequence">10</field>
|
||||
<field name="color">2</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Chromic acid anodize per MIL-A-8625 Type I. Legacy aerospace finish — use only where customer spec mandates.</field>
|
||||
<field name="hazard_notes">⚠ TYPE I ANODIZE USES CHROMIC ACID — HEXAVALENT CHROMIUM CARCINOGEN.
|
||||
<field name="description">Chromic acid anodize per MIL-A-8625 Type I. Legacy aerospace finish - use only where customer spec mandates.</field>
|
||||
<field name="hazard_notes">⚠ TYPE I ANODIZE USES CHROMIC ACID - HEXAVALENT CHROMIUM CARCINOGEN.
|
||||
Use only where customer spec mandates (legacy aerospace). Prefer Type II where possible.
|
||||
Same Cr(VI) controls as chrome plating apply: mist suppression, air monitoring, medical surveillance.
|
||||
NPRI Part 1B reportable. Toronto Ch. 681 Cr(VI) limit 2 mg/L, total Cr 4 mg/L.</field>
|
||||
@@ -27,37 +27,37 @@ NPRI Part 1B reportable. Toronto Ch. 681 Cr(VI) limit 2 mg/L, total Cr 4 mg/L.</
|
||||
</record>
|
||||
|
||||
<record id="ptype_an_type_ii" model="fusion.plating.process.type">
|
||||
<field name="name">Type II — Sulfuric Anodize, Clear (MIL-A-8625)</field>
|
||||
<field name="name">Type II - Sulfuric Anodize, Clear (MIL-A-8625)</field>
|
||||
<field name="code">AN_TYPE_II</field>
|
||||
<field name="category_id" ref="fusion_plating.pcat_anodizing"/>
|
||||
<field name="sequence">20</field>
|
||||
<field name="color">4</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Standard sulfuric anodize per MIL-A-8625 Type II, clear (undyed) finish.</field>
|
||||
<field name="hazard_notes">Sulfuric acid bath — severe splash hazard. Acid-resistant PPE mandatory.
|
||||
<field name="hazard_notes">Sulfuric acid bath - severe splash hazard. Acid-resistant PPE mandatory.
|
||||
Eyewash within 10 seconds travel. Safety shower required.
|
||||
Room temperature operation — no bath heating needed.
|
||||
Room temperature operation - no bath heating needed.
|
||||
Rectifier lockout/tagout required during maintenance.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_h2so4'), ref('param_an_al'), ref('param_an_temp_ii'), ref('param_an_cd'), ref('param_an_volt')])]"/>
|
||||
</record>
|
||||
|
||||
<record id="ptype_an_type_ii_dye" model="fusion.plating.process.type">
|
||||
<field name="name">Type II — Sulfuric Anodize, Dyed (MIL-A-8625)</field>
|
||||
<field name="name">Type II - Sulfuric Anodize, Dyed (MIL-A-8625)</field>
|
||||
<field name="code">AN_TYPE_II_DYE</field>
|
||||
<field name="category_id" ref="fusion_plating.pcat_anodizing"/>
|
||||
<field name="sequence">30</field>
|
||||
<field name="color">6</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Sulfuric anodize per MIL-A-8625 Type II, dyed colour finish. Followed by dye immersion and seal.</field>
|
||||
<field name="hazard_notes">Sulfuric acid bath — severe splash hazard. Acid-resistant PPE mandatory.
|
||||
<field name="hazard_notes">Sulfuric acid bath - severe splash hazard. Acid-resistant PPE mandatory.
|
||||
Eyewash within 10 seconds travel. Safety shower required.
|
||||
Room temperature operation — no bath heating needed.
|
||||
Room temperature operation - no bath heating needed.
|
||||
Rectifier lockout/tagout required during maintenance.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_h2so4'), ref('param_an_al'), ref('param_an_temp_ii'), ref('param_an_cd'), ref('param_an_volt')])]"/>
|
||||
</record>
|
||||
|
||||
<record id="ptype_an_type_iii" model="fusion.plating.process.type">
|
||||
<field name="name">Type III — Hardcoat Anodize (MIL-A-8625)</field>
|
||||
<field name="name">Type III - Hardcoat Anodize (MIL-A-8625)</field>
|
||||
<field name="code">AN_TYPE_III</field>
|
||||
<field name="category_id" ref="fusion_plating.pcat_anodizing"/>
|
||||
<field name="sequence">40</field>
|
||||
@@ -66,7 +66,7 @@ Rectifier lockout/tagout required during maintenance.</field>
|
||||
<field name="description">Hardcoat (Type III) anodize per MIL-A-8625. Thick, wear-resistant film on a chilled sulfuric bath.</field>
|
||||
<field name="hazard_notes">Chilled sulfuric bath (-2 to +5°C). Refrigeration system mandatory.
|
||||
High voltage (up to 90V+). Arc flash PPE required for rectifier maintenance.
|
||||
Cold temperature + high current = cooling system critical — bath overheat = part burn-through.
|
||||
Cold temperature + high current = cooling system critical - bath overheat = part burn-through.
|
||||
Same sulfuric acid hazards as Type II.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_h2so4'), ref('param_an_al'), ref('param_an_temp_iii'), ref('param_an_cd'), ref('param_an_volt')])]"/>
|
||||
</record>
|
||||
@@ -79,7 +79,7 @@ Same sulfuric acid hazards as Type II.</field>
|
||||
<field name="color">3</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Dye immersion step following Type II anodize. Colour uptake before seal.</field>
|
||||
<field name="hazard_notes">Acid or heated bath — standard PPE, eyewash, ventilation.</field>
|
||||
<field name="hazard_notes">Acid or heated bath - standard PPE, eyewash, ventilation.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_dye_conc'), ref('param_an_dye_temp')])]"/>
|
||||
</record>
|
||||
|
||||
@@ -91,7 +91,7 @@ Same sulfuric acid hazards as Type II.</field>
|
||||
<field name="color">7</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Near-boiling deionized water seal. Hydrates pore walls of the anodic film to close them.</field>
|
||||
<field name="hazard_notes">Acid or heated bath — standard PPE, eyewash, ventilation.</field>
|
||||
<field name="hazard_notes">Acid or heated bath - standard PPE, eyewash, ventilation.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_seal_temp'), ref('param_an_seal_ph')])]"/>
|
||||
</record>
|
||||
|
||||
@@ -115,8 +115,8 @@ Ontario Reg. 833 air monitoring for nickel inhalation exposure.</field>
|
||||
<field name="sequence">80</field>
|
||||
<field name="color">7</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Dichromate seal. Legacy aerospace process — yellow/green tint, chromate corrosion inhibition.</field>
|
||||
<field name="hazard_notes">Acid or heated bath — standard PPE, eyewash, ventilation.</field>
|
||||
<field name="description">Dichromate seal. Legacy aerospace process - yellow/green tint, chromate corrosion inhibition.</field>
|
||||
<field name="hazard_notes">Acid or heated bath - standard PPE, eyewash, ventilation.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_seal_temp'), ref('param_an_seal_ph')])]"/>
|
||||
</record>
|
||||
|
||||
@@ -128,7 +128,7 @@ Ontario Reg. 833 air monitoring for nickel inhalation exposure.</field>
|
||||
<field name="color">9</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Chemical brightening dip before anodize. Improves specular finish on aluminum substrates.</field>
|
||||
<field name="hazard_notes">Acid or heated bath — standard PPE, eyewash, ventilation.</field>
|
||||
<field name="hazard_notes">Acid or heated bath - standard PPE, eyewash, ventilation.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_temp_ii')])]"/>
|
||||
</record>
|
||||
|
||||
@@ -140,7 +140,7 @@ Ontario Reg. 833 air monitoring for nickel inhalation exposure.</field>
|
||||
<field name="color">9</field>
|
||||
<field name="icon">fa-tint</field>
|
||||
<field name="description">Desmut step after caustic etch. Removes smut (alloying elements) before anodize.</field>
|
||||
<field name="hazard_notes">Acid or heated bath — standard PPE, eyewash, ventilation.</field>
|
||||
<field name="hazard_notes">Acid or heated bath - standard PPE, eyewash, ventilation.</field>
|
||||
<field name="parameter_ids" eval="[(6, 0, [ref('param_an_temp_ii')])]"/>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user