fix(configurator): Process Composer tree-editor button polish

- Icon: fa-edit → fa-sitemap (pencil suggests inline editing; the
  button actually navigates to a separate tree editor — sitemap
  matches the intent).
- Icon spacing: swap the fragile leading-space-in-span for the
  Bootstrap me-2 utility so the icon-to-text gap is consistent.
- Label: "Open Tree Editor" → "Open Process Editor" to match the
  page title ("Process Composer") and the menu vocabulary the rest
  of the product uses.

fusion_plating_configurator → 19.0.12.2.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-23 07:37:35 -04:00
parent d0eefe6392
commit 18f45d50f5
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
{
'name': 'Fusion Plating — Configurator',
'version': '19.0.12.1.0',
'version': '19.0.12.2.0',
'category': 'Manufacturing/Plating',
'summary': 'Quotation configurator with part catalog, coating configs, and formula-based pricing engine.',
'description': """

View File

@@ -68,8 +68,8 @@
the process nodes.</p>
<button class="btn btn-primary"
t-on-click="() => this.openRecipeEditor()">
<i class="fa fa-edit"/>
<span> Open Tree Editor</span>
<i class="fa fa-sitemap me-2"/>
<span>Open Process Editor</span>
</button>
</div>
</t>