Skip to content

Commit 5edcdc7

Browse files
committed
[REM] runbot: cleanup old features
1 parent ee71c1c commit 5edcdc7

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

runbot/models/branch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,6 @@ def _match_is_base(self, name):
272272
def action_recompute_infos(self):
273273
return self._recompute_infos()
274274

275-
def action_update_bundle_id(self):
276-
return self._update_bundle_ids()
277-
278275

279276
class RefLog(models.Model):
280277
_name = 'runbot.ref.log'

runbot/views/branch_views.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<form>
88
<header>
99
<button name="action_recompute_infos" string="Recompute Infos" type="object" class="oe_highlight"/>
10-
<button name="action_update_bundle_id" string="Update bundle" type="object" class="oe_highlight"/>
1110
</header>
1211
<sheet>
1312
<group name="branch_group">

runbot/views/build_error_views.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
</page>
8181
<page string="Qualifiers" groups="runbot.group_runbot_admin,runbot.group_runbot_error_manager" invisible="not common_qualifiers">
8282
<field name="common_qualifiers" widget="runbotjsonb"/>
83-
8483
<button class="btn btn-sm btn-primary" type="object" name="action_view_similary_qualified">
8584
View similary qualified errors
8685
</button>

0 commit comments

Comments
 (0)