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:
@@ -17,21 +17,21 @@ class FpFair(models.Model):
|
||||
|
||||
x_fc_as9102_form1 = fields.Binary(
|
||||
string='AS9102 Form 1 (Part Accountability)',
|
||||
help='Scanned / generated copy of AS9102 Form 1 — part '
|
||||
help='Scanned / generated copy of AS9102 Form 1 - part '
|
||||
'accountability header.',
|
||||
)
|
||||
x_fc_as9102_form1_filename = fields.Char(string='Form 1 Filename')
|
||||
|
||||
x_fc_as9102_form2 = fields.Binary(
|
||||
string='AS9102 Form 2 (Product Accountability)',
|
||||
help='Scanned / generated copy of AS9102 Form 2 — product '
|
||||
help='Scanned / generated copy of AS9102 Form 2 - product '
|
||||
'accountability, raw material / process / inspection records.',
|
||||
)
|
||||
x_fc_as9102_form2_filename = fields.Char(string='Form 2 Filename')
|
||||
|
||||
x_fc_as9102_form3 = fields.Binary(
|
||||
string='AS9102 Form 3 (Characteristic Accountability)',
|
||||
help='Scanned / generated copy of AS9102 Form 3 — characteristic '
|
||||
help='Scanned / generated copy of AS9102 Form 3 - characteristic '
|
||||
'accountability, verification, and compatibility evaluation.',
|
||||
)
|
||||
x_fc_as9102_form3_filename = fields.Char(string='Form 3 Filename')
|
||||
@@ -39,7 +39,7 @@ class FpFair(models.Model):
|
||||
x_fc_drawing_revision = fields.Char(
|
||||
string='Drawing Revision',
|
||||
tracking=True,
|
||||
help='Customer drawing revision this FAIR is against — must match '
|
||||
help='Customer drawing revision this FAIR is against - must match '
|
||||
'the revision shipped to the customer.',
|
||||
)
|
||||
x_fc_customer_approval_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user