7d44af7d773199636d9878c6c28a60cf8fbcbcad
When the Recipe Tree Editor is opened from the part-scoped Process Composer (Sub 3), the composer already passes part_id via the action context. The editor was ignoring it and routing onBackToList to the generic Recipes list, stranding the user away from the part they came from. Capture ctx.part_id at onMounted, expose a state.fromPart flag, and branch onBackToList: if part_id is set, open the fp.part.catalog form; otherwise keep the current Recipes-list behaviour. XML button label flips "Recipes" → "Part" accordingly so the user knows where the button will take them. fusion_plating → 19.0.6.1.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
71.8%
JavaScript
17.4%
HTML
8.2%
SCSS
1%
CSS
0.8%
Other
0.6%