Skip to content

Commit

Permalink
Merge PR #745 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by guewen
  • Loading branch information
OCA-git-bot committed Feb 4, 2025
2 parents 9fb6ce1 + 1c5fcce commit bbd11d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions queue_job/views/queue_job_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@
string="Result"
attrs="{'invisible': [('result', '=', False)]}"
>
<field nolabel="1" name="result" />
<div id="result" colspan="2">
<field nolabel="1" name="result" />
</div>
</group>
<group
name="exc_info"
Expand All @@ -119,7 +121,7 @@
<label for="exc_name" string="Exception:" />
<field name="exc_name" class="oe_inline" />
</div>
<field colspan="4" nolabel="1" name="exc_info" />
<field colspan="2" nolabel="1" name="exc_info" />
</group>
</page>
<page
Expand Down

0 comments on commit bbd11d4

Please sign in to comment.