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:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright 2026 Nexa Systems Inc. — Demo safety data -->
|
||||
<!-- Copyright 2026 Nexa Systems Inc. - Demo safety data -->
|
||||
<odoo noupdate="1">
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- SDS — Safety Data Sheets -->
|
||||
<!-- SDS - Safety Data Sheets -->
|
||||
<!-- ================================================================== -->
|
||||
<record id="demo_sds_chromic_acid" model="fusion.plating.sds">
|
||||
<field name="name">SDS-CrO3-2025</field>
|
||||
@@ -58,10 +58,10 @@
|
||||
</record>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- Chemicals — linked to SDS and facility -->
|
||||
<!-- Chemicals - linked to SDS and facility -->
|
||||
<!-- ================================================================== -->
|
||||
<record id="demo_chemical_chromic_acid" model="fusion.plating.chemical">
|
||||
<field name="name">Chromic Acid — Main Store</field>
|
||||
<field name="name">Chromic Acid - Main Store</field>
|
||||
<field name="sds_id" ref="demo_sds_chromic_acid"/>
|
||||
<field name="facility_id" ref="fusion_plating.demo_facility_main"/>
|
||||
<field name="location">Acid Cabinet 1</field>
|
||||
@@ -72,7 +72,7 @@
|
||||
</record>
|
||||
|
||||
<record id="demo_chemical_nickel_sulfate" model="fusion.plating.chemical">
|
||||
<field name="name">Nickel Sulfate — Main Store</field>
|
||||
<field name="name">Nickel Sulfate - Main Store</field>
|
||||
<field name="sds_id" ref="demo_sds_nickel_sulfate"/>
|
||||
<field name="facility_id" ref="fusion_plating.demo_facility_main"/>
|
||||
<field name="location">Chemical Storage Bay A</field>
|
||||
@@ -83,7 +83,7 @@
|
||||
</record>
|
||||
|
||||
<record id="demo_chemical_sulfuric_acid" model="fusion.plating.chemical">
|
||||
<field name="name">Sulfuric Acid — Main Store</field>
|
||||
<field name="name">Sulfuric Acid - Main Store</field>
|
||||
<field name="sds_id" ref="demo_sds_sulfuric_acid"/>
|
||||
<field name="facility_id" ref="fusion_plating.demo_facility_main"/>
|
||||
<field name="location">Acid Cabinet 2</field>
|
||||
@@ -134,7 +134,7 @@
|
||||
</record>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- JHSC — Committee -->
|
||||
<!-- JHSC - Committee -->
|
||||
<!-- ================================================================== -->
|
||||
<record id="demo_jhsc_main" model="fusion.plating.jhsc">
|
||||
<field name="name">Main Plant JHSC</field>
|
||||
|
||||
Reference in New Issue
Block a user