mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: add show contents action in list view
This commit is contained in:
parent
26bd94170a
commit
8d6f484618
@ -365,7 +365,7 @@ class BuildError(models.Model):
|
||||
'type': 'ir.actions.act_window',
|
||||
'views': [(False, 'list'), (False, 'form')],
|
||||
'res_model': 'runbot.build.error.content',
|
||||
'domain': [('error_id', '=', self.id)],
|
||||
'domain': [('error_id', 'in', self.ids)],
|
||||
'context': {'active_test': False},
|
||||
'target': 'current',
|
||||
}
|
||||
|
@ -328,6 +328,7 @@
|
||||
>
|
||||
<header>
|
||||
<button name="%(runbot.runbot_open_bulk_wizard)d" string="Bulk Update" type="action" groups="runbot.group_runbot_admin,runbot.group_runbot_error_manager"/>
|
||||
<button name="action_view_errors" string="See all linked errors" type="object" class="oe_highlight"/>
|
||||
</header>
|
||||
<field name="name" optional="show" readonly="1"/>
|
||||
<field name="canonical_tags" optional="hide" readonly="1"/>
|
||||
|
Loading…
Reference in New Issue
Block a user