fixed view_mode from tree to list

This commit is contained in:
Matthias Lotz 2025-01-06 11:57:47 +01:00
parent 94c63f12da
commit 1f37a09f94
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<record id="action_open_workshop_machine" model="ir.actions.act_window">
<field name="name">Maschinen</field>
<field name="res_model">open.workshop.machine</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
<field name="help">Verwaltung aller Maschinen in der offenen Werkstatt</field>
</record>

View File

@ -3,7 +3,7 @@
<record id="action_open_workshop_training" model="ir.actions.act_window">
<field name="name">Maschineneinweisungen</field>
<field name="res_model">open.workshop.machine.training</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
<field name="help">Verwaltung aller Maschineneinweisungen (Partner -> Maschine)</field>
</record>