Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions runbot/models/branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@ def _match_is_base(self, name):
def action_recompute_infos(self):
return self._recompute_infos()

def action_update_bundle_id(self):
return self._update_bundle_ids()


class RefLog(models.Model):
_name = 'runbot.ref.log'
Expand Down
1 change: 0 additions & 1 deletion runbot/views/branch_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<form>
<header>
<button name="action_recompute_infos" string="Recompute Infos" type="object" class="oe_highlight"/>
<button name="action_update_bundle_id" string="Update bundle" type="object" class="oe_highlight"/>
</header>
<sheet>
<group name="branch_group">
Expand Down
1 change: 0 additions & 1 deletion runbot/views/build_error_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
</page>
<page string="Qualifiers" groups="runbot.group_runbot_admin,runbot.group_runbot_error_manager" invisible="not common_qualifiers">
<field name="common_qualifiers" widget="runbotjsonb"/>

<button class="btn btn-sm btn-primary" type="object" name="action_view_similary_qualified">
View similary qualified errors
</button>
Expand Down