mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: test upgrade for dev branches again
This commit is contained in:
parent
325296a959
commit
36b35b6711
@ -879,7 +879,7 @@ class ConfigStep(models.Model):
|
|||||||
).mapped('base_bundle_id').filtered('to_upgrade').mapped('last_done_batch')
|
).mapped('base_bundle_id').filtered('to_upgrade').mapped('last_done_batch')
|
||||||
|
|
||||||
def _reference_batches_upgrade(self, batch, category_id):
|
def _reference_batches_upgrade(self, batch, category_id):
|
||||||
if not batch.bundle_id.to_upgrade:
|
if not batch.bundle_id.base_id.to_upgrade:
|
||||||
return self.env['runbot.batch']
|
return self.env['runbot.batch']
|
||||||
bundle = batch.bundle_id
|
bundle = batch.bundle_id
|
||||||
target_refs_bundles = self.env['runbot.bundle']
|
target_refs_bundles = self.env['runbot.bundle']
|
||||||
|
Loading…
Reference in New Issue
Block a user