mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[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:
parent
c00579cdf2
commit
f50c099d93
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user