diff --git a/FEATURE_REQUEST/open_workshop_feature_plan.md b/FEATURE_REQUEST/open_workshop_feature_plan.md
index 450c6ff..29aaf7a 100644
--- a/FEATURE_REQUEST/open_workshop_feature_plan.md
+++ b/FEATURE_REQUEST/open_workshop_feature_plan.md
@@ -81,7 +81,7 @@ open_workshop/
Enthält:
-- ✅ `ows.machine` mit _inherits zu `maintenance.equipment`
+- ✅ `ows.machine` mit _inherits zu `maintenance.equipment` (delegiert alle Felder von maintenance.equipment transparent an ows.machine)
- ✅ `ows.machine.area` (Bereiche mit JSONB-Namen)
- ✅ `ows.machine.product` (Nutzungsprodukte)
- ✅ `ows.machine.training` (Einweisungsprodukte)
diff --git a/open_workshop_base/views/machine_views.xml b/open_workshop_base/views/machine_views.xml
index d05dbd6..c8fd824 100644
--- a/open_workshop_base/views/machine_views.xml
+++ b/open_workshop_base/views/machine_views.xml
@@ -6,20 +6,27 @@
ows.machine
+
+
+
+
+
+
-
-
-
+
+
+
-
+
+
@@ -33,7 +40,7 @@
-
+
diff --git a/open_workshop_base/views/menu_views.xml b/open_workshop_base/views/menu_views.xml
index ee055eb..9df5aec 100644
--- a/open_workshop_base/views/menu_views.xml
+++ b/open_workshop_base/views/menu_views.xml
@@ -5,6 +5,7 @@
Ausrüstung
ows.machine
list,form
+ {'search_default_group_area': 1, 'group_expand': True}