Merge: WO header button label tweaks (fusion_plating_jobs 19.0.12.6.1; deployed to entech)

This commit is contained in:
gsinghpal
2026-06-05 09:05:54 -04:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -33,12 +33,11 @@
for techs before the Landing kanban (Phase 3) ships; for techs before the Landing kanban (Phase 3) ships;
stays as a back-office shortcut after. --> stays as a back-office shortcut after. -->
<button name="action_open_workspace" type="object" <button name="action_open_workspace" type="object"
string="Open Workspace" string="Workspace"
class="btn-primary" class="btn-primary"
icon="fa-tablet" icon="fa-tablet"
invisible="state == 'draft'"/> invisible="state == 'draft'"/>
<button name="action_open_process_tree" type="object" <button name="action_open_process_tree" type="object"
string="Process Tree"
class="btn-secondary" class="btn-secondary"
icon="fa-sitemap" icon="fa-sitemap"
invisible="state == 'draft'"/> invisible="state == 'draft'"/>