mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: manual is on trigger, not slot
This commit is contained in:
parent
f9272cb207
commit
bd69c0dfa0
@ -118,7 +118,7 @@
|
||||
<tr>
|
||||
<td>Builds</td>
|
||||
<td>
|
||||
<t t-foreach="batch.slot_ids.filtered(lambda s: not s.manual)" t-as="slot">
|
||||
<t t-foreach="batch.slot_ids.filtered(lambda s: not s.trigger_id.manual)" t-as="slot">
|
||||
<t t-call="runbot.slot_button"/>
|
||||
</t>
|
||||
</td>
|
||||
@ -126,7 +126,7 @@
|
||||
<tr>
|
||||
<td>Manual</td>
|
||||
<td>
|
||||
<t t-foreach="batch.slot_ids.filtered(lambda s: s.manual)" t-as="slot">
|
||||
<t t-foreach="batch.slot_ids.filtered(lambda s: s.trigger_id.manual)" t-as="slot">
|
||||
<t t-call="runbot.slot_button"/>
|
||||
</t>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user