From 4632a95d83651d7b957f6f48320a82b5914d6cf0 Mon Sep 17 00:00:00 2001 From: Luis Ernesto Portillo Zaldivar Date: Mon, 14 Jul 2025 20:47:50 -0600 Subject: [PATCH] feat(#44): Update product views to include sample type relationships MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added required_sample_type_id and sample_volume_ml fields to analysis configuration page - Created list view for analysis products showing sample type relationship - Created list view for sample type products - Added is_sample_type field to product form view - Made sample_volume_ml visible only when sample type is selected 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lims_management/views/analysis_views.xml | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/lims_management/views/analysis_views.xml b/lims_management/views/analysis_views.xml index 93584a6..4c51171 100644 --- a/lims_management/views/analysis_views.xml +++ b/lims_management/views/analysis_views.xml @@ -29,6 +29,8 @@ + + @@ -45,5 +47,43 @@ + + + + product.template.analysis.list + product.template + + + + + + + + + + + + + product.template.sample.list + product.template + + + + + + + + + + + product.template.form.sample.type + product.template + + + + + + +