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,5 +1,5 @@
|
||||
// =============================================================================
|
||||
// Fusion Plating — Culture & Values — backend styles
|
||||
// Fusion Plating - Culture & Values - backend styles
|
||||
// Copyright 2026 Nexa Systems Inc.
|
||||
// License OPL-1 (Odoo Proprietary License v1.0)
|
||||
//
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Value kanban tile — a colourful card showing number + name + icon
|
||||
// Value kanban tile - a colourful card showing number + name + icon
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_value_card {
|
||||
background-color: var(--o-view-background-color, var(--bs-body-bg));
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Recognition kanban card — badge-style card grouped by state
|
||||
// Recognition kanban card - badge-style card grouped by state
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_recognition_card {
|
||||
background-color: var(--o-view-background-color, var(--bs-body-bg));
|
||||
@@ -95,21 +95,21 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Recognition kanban — state-based accent on the left border
|
||||
// Recognition kanban - state-based accent on the left border
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_recognition_kanban {
|
||||
|
||||
// Draft — subtle muted accent
|
||||
// Draft - subtle muted accent
|
||||
.o_kanban_group[data-id$="draft"] .o_fp_recognition_card {
|
||||
border-left-color: var(--bs-secondary-color);
|
||||
}
|
||||
|
||||
// Published — success accent
|
||||
// Published - success accent
|
||||
.o_kanban_group[data-id$="published"] .o_fp_recognition_card {
|
||||
border-left-color: var(--bs-success);
|
||||
}
|
||||
|
||||
// Archived — dimmed
|
||||
// Archived - dimmed
|
||||
.o_kanban_group[data-id$="archived"] .o_fp_recognition_card {
|
||||
border-left-color: color-mix(in srgb, var(--bs-secondary-color) 60%, transparent);
|
||||
opacity: 0.75;
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Value kanban — spacing for the grouped kanban columns
|
||||
// Value kanban - spacing for the grouped kanban columns
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_value_kanban {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user