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 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Tablet PIN session redesign — generate kiosk password on first deploy.
|
||||
"""Tablet PIN session redesign - generate kiosk password on first deploy.
|
||||
|
||||
Runs on every -u (post_init_hook only fires on fresh install per
|
||||
CLAUDE.md rule 13d). Idempotent: only writes the password if the
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2026 Nexa Systems Inc.
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
"""19.0.33.2.0 — Drop fp.first.piece.gate model + all dependents.
|
||||
"""19.0.33.2.0 - Drop fp.first.piece.gate model + all dependents.
|
||||
|
||||
The first-piece gate model was a skeleton: manual-create only, no
|
||||
enforcement gate, no FK to fp.job, 0 production rows on entech after
|
||||
months. Audit on 2026-05-25 concluded REMOVE.
|
||||
|
||||
Per Rule "Removing menus/records — Odoo does NOT auto-delete orphans":
|
||||
Per Rule "Removing menus/records - Odoo does NOT auto-delete orphans":
|
||||
deleting <menuitem> / <record> tags from XML does NOT remove the
|
||||
corresponding DB rows. We have to explicitly drop them here.
|
||||
|
||||
@@ -37,7 +37,7 @@ def migrate(cr, version):
|
||||
WHERE model = 'fusion.plating.first.piece.gate'
|
||||
""")
|
||||
|
||||
# ---- 3. Orphan ir.ui.menu — the menuitem was removed from
|
||||
# ---- 3. Orphan ir.ui.menu - the menuitem was removed from
|
||||
# fp_menu.xml; without explicit delete it'd linger ----------
|
||||
cr.execute("""
|
||||
DELETE FROM ir_ui_menu
|
||||
|
||||
Reference in New Issue
Block a user