fix(jobs): drop display_name override on workflow state — pills showed 'Name [code]'

The compute appended '[code]' so admin pages could disambiguate
states at a glance. But display_name is what the status-bar widget
uses to render each pill, so every pill came out as 'Received
[received]', 'In Progress [in_progress]', etc.

Removed the compute. Admin list view already shows code as a
separate column.
This commit is contained in:
gsinghpal
2026-05-03 23:53:34 -04:00
parent 6b4df48090
commit 28bf6b5071
2 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# License OPL-1 (Odoo Proprietary License v1.0)
{
'name': 'Fusion Plating — Native Jobs',
'version': '19.0.8.18.1',
'version': '19.0.8.18.2',
'category': 'Manufacturing/Plating',
'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.',
'author': 'Nexa Systems Inc.',