[IMP] runbot: avoid modal in build error view

When trying to open a linked error or an error from the history, the
object is opened in a useless modal. With this commit, the object is
opened in a regular form view.
This commit is contained in:
Christophe Monniez 2023-08-28 16:07:31 +02:00 committed by xdo
parent c00579cdf2
commit f50c099d93

View File

@ -64,6 +64,7 @@
<field name="module_name"/>
<field name="summary"/>
<field name="build_count"/>
<button type="object" name="get_formview_action" icon="fa-arrow-right" title="View linked error"/>
</tree>
</field>
</page>
@ -78,6 +79,7 @@
<field name="responsible"/>
<field name="fixing_commit"/>
<field name="id"/>
<button type="object" name="get_formview_action" icon="fa-arrow-right" title="View linked error"/>
</tree>
</field>
</page>