c76bbd85eb7b023fcc0dbe3bfab82cb3f8309942
Two separate issues were stacking up on the breadcrumb trail: 1. The composer was launching the tree editor with the name "Process Composer — …" — identical to its own label. The breadcrumb trail ended up showing "Process Composer / Process Composer" because both pages claimed the same name. Renamed the tree-editor instance to "Process Editor — …" so the two pages read distinctly. 2. Every "Back to part" click pushed a new entry onto the breadcrumb stack instead of resetting. After one round-trip the trail looked like "… / Composer / Editor / Part"; after two it was "… / Composer / Editor / Part / Composer / Editor / Part". Added clearBreadcrumbs: true to both back paths (composer's backToPart and tree-editor's onBackToList) so a RETURN action actually resets the stack. fusion_plating → 19.0.6.2.0 fusion_plating_configurator → 19.0.12.4.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%