From 59db50b90774be8e1e1094d2d984bece6f254a2f Mon Sep 17 00:00:00 2001 From: Luis Ernesto Portillo Zaldivar Date: Mon, 14 Jul 2025 20:54:19 -0600 Subject: [PATCH] feat(#44): Update stock lot views to include sample type product field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added sample_type_product_id to list view - Added sample_type_product_id to form view with proper readonly states - Made container_type optional in list view and invisible when product is selected - Both fields synchronized through model's @api.onchange method 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lims_management/views/stock_lot_views.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lims_management/views/stock_lot_views.xml b/lims_management/views/stock_lot_views.xml index c5c0c78..6f5975c 100644 --- a/lims_management/views/stock_lot_views.xml +++ b/lims_management/views/stock_lot_views.xml @@ -11,9 +11,10 @@ + - + @@ -54,7 +55,12 @@ - + +