From 266b3f28becc5321c156d2ff0777e9d38c787652 Mon Sep 17 00:00:00 2001 From: Luis Ernesto Portillo Zaldivar Date: Thu, 17 Jul 2025 12:55:48 -0600 Subject: [PATCH] =?UTF-8?q?fix(#71):=20Agregar=20referencias=20expl=C3=ADc?= =?UTF-8?q?itas=20de=20vistas=20en=20acciones=20de=20dashboards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Agregar graph_view_id y pivot_view_id en todas las acciones - Resolver error 'View types not defined tree found in act_window action' - Mantener view_mode con 'tree' según convención Odoo 18 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lims_management/views/dashboard_views.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lims_management/views/dashboard_views.xml b/lims_management/views/dashboard_views.xml index a204bc3..7c6602f 100644 --- a/lims_management/views/dashboard_views.xml +++ b/lims_management/views/dashboard_views.xml @@ -34,6 +34,8 @@ graph,pivot,tree,form [('is_lab_request', '=', True)] {'search_default_group_by_state': 1} + +

No hay órdenes de laboratorio registradas @@ -78,6 +80,8 @@ lims.test graph,pivot,tree,form {'search_default_group_by_technician': 1, 'search_default_this_month': 1} + +

No hay pruebas registradas @@ -122,6 +126,8 @@ graph,pivot,tree,form [('is_lab_sample', '=', True)] {'search_default_group_by_state': 1} + +

No hay muestras registradas @@ -168,6 +174,8 @@ graph,pivot,tree,form [('test_id.state', '=', 'validated')] {'search_default_out_of_range': 1} + +

No hay resultados fuera de rango @@ -214,6 +222,8 @@ graph,pivot,tree [('order_id.is_lab_request', '=', True), ('product_id.is_analysis', '=', True)] {'search_default_group_by_product': 1} + +

No hay análisis registrados @@ -258,6 +268,8 @@ graph,pivot,tree [('state', '=', 'validated')] {'search_default_this_year': 1} + +

No hay tests validados