Skip to content
Snippets Groups Projects
Commit 33ec55d8 authored by bit-odoo's avatar bit-odoo
Browse files

[FIX] mail: missing discard button if next activity flow


Before this commit:

If a next activity is "triggered", the discard button is not visible.

After this commit:

Even if a next activity is "triggered", the discard button will visible.

Task-2459645

closes odoo/odoo#66168

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 467b6764
No related branches found
No related tags found
No related merge requests found
......@@ -100,13 +100,13 @@
Done &amp; Schedule Next</button>
<button type="button" class="btn btn-sm btn-primary o_activity_popover_done">
Done</button>
<button type="button" class="btn btn-sm btn-link o_activity_popover_discard">
Discard</button>
</t>
<t t-else="">
<button type="button" class="btn btn-sm btn-primary o_activity_popover_done_next">
Done &amp; Launch Next</button>
</t>
<button type="button" class="btn btn-sm btn-link o_activity_popover_discard">
Discard</button>
</div>
</div>
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment