Skip to content
Snippets Groups Projects
Commit 7114e137 authored by Aurélien Warnon's avatar Aurélien Warnon
Browse files

[FIX] website_slides: hide "responsible" label if no responsible assigned


This commit makes a small adjustment to the course view to hide the responsible
label in the course description if none is set.

As this field is not required on the slide.channel model, it's not necessary to
show a useless label when it's not set.

Task 2368573

closes odoo/odoo#60579

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 7313e982
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@
<div id="o_wslides_sidebar_collapse" class="collapse d-md-block">
<table class="table table-sm mt-3">
<tr>
<tr t-if="channel.user_id">
<th class="border-top-0">Responsible</th>
<td class="border-top-0"><span t-field="channel.user_id"/></td>
</tr>
......
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