From edc7b11cb6cf789d5840ae73bdaef90d8c9b28b7 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 12 Apr 2026 14:55:09 -0400 Subject: [PATCH] fusion_plating: add ENP-ALUM-BASIC recipe from client's Steelhead export (v19.0.2.0.2) 9 operations, 15 steps matching the client's Electroless Nickel Plating Aluminium Basic recipe: Masking, Racking, Ready for processing, ENP-Alum Line (E-Nickel Plating), De-Masking, Oven baking, De-racking, Oven bake (Post de-rack), Post-plate Inspection. Co-Authored-By: Claude Opus 4.6 (1M context) --- fusion-plating/fusion_plating/__manifest__.py | 1 + .../data/fp_recipe_enp_alum_basic.xml | 233 ++++++++++++++++++ 2 files changed, 234 insertions(+) create mode 100644 fusion-plating/fusion_plating/data/fp_recipe_enp_alum_basic.xml diff --git a/fusion-plating/fusion_plating/__manifest__.py b/fusion-plating/fusion_plating/__manifest__.py index f2378273..d9713878 100644 --- a/fusion-plating/fusion_plating/__manifest__.py +++ b/fusion-plating/fusion_plating/__manifest__.py @@ -91,6 +91,7 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved. 'views/fp_bath_views.xml', 'views/fp_process_node_views.xml', 'views/fp_menu.xml', + 'data/fp_recipe_enp_alum_basic.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/fusion-plating/fusion_plating/data/fp_recipe_enp_alum_basic.xml b/fusion-plating/fusion_plating/data/fp_recipe_enp_alum_basic.xml new file mode 100644 index 00000000..ecf5dfba --- /dev/null +++ b/fusion-plating/fusion_plating/data/fp_recipe_enp_alum_basic.xml @@ -0,0 +1,233 @@ + + + + + + + + ENP-ALUM-BASIC + ENP_ALUM_BASIC + recipe + fa-flask + 10 + True + False + + + + + Masking + operation + + fa-paint-brush + 10 + True + True + + + Ready For Masking + step + + fa-clock-o + 10 + True + + + Masking + step + + fa-paint-brush + 20 + True + True + + + + + Racking + operation + + fa-th + 20 + True + + + Ready for Racking + step + + 10 + + + Racking + step + + fa-th + 20 + True + + + + + Ready for processing + operation + + fa-clock-o + 30 + + + + + ENP-Alum Line + sub_process + + fa-industry + 40 + True + + + + E-Nickel Plating + operation + + fa-diamond + 10 + True + False + + + + + De-Masking + operation + + fa-eraser + 50 + True + + + Ready for De-Masking + step + + 10 + + + De-Masking + step + + fa-eraser + 20 + + + + + Oven baking + operation + + fa-fire + 60 + True + False + + + Ready for bake + step + + fa-clock-o + 10 + True + + + Bake + step + + fa-fire + 20 + True + True + + + + + De-racking + operation + + fa-th + 70 + True + + + Ready For DeRacking + step + + fa-clock-o + 10 + True + + + DeRacking + step + + fa-th + 20 + True + + + + + Oven bake (Post de-rack) + operation + + fa-fire + 80 + True + False + + + Ready for bake + step + + fa-clock-o + 10 + True + + + Bake + step + + fa-fire + 20 + True + True + + + + + Post-plate Inspection + operation + + fa-search + 90 + True + + + Ready for post-plate Inspection + step + + 10 + + + Post-plate Inspection + step + + fa-check-circle + 20 + True + + + +