[FIX] project_assignee : fix image field in portal_form view

This commit is contained in:
Boris Gallet
2023-11-02 09:35:54 +01:00
parent 90cfdb2495
commit 5ec345051c

View File

@@ -7,7 +7,7 @@
<div class="row">
<t t-foreach="task.assignee_ids" t-as="assignee">
<div class="col flex-grow-0 pr-3">
<img t-if="assignee.image" class="rounded-circle mt-1 o_portal_contact_img" t-att-src="image_data_uri(assignee.image)" alt="Contact" />
<img t-if="assignee.image_1920" class="rounded-circle mt-1 o_portal_contact_img" t-att-src="image_data_uri(assignee.image_1920)" alt="Contact" />
<img t-else="" class="rounded-circle mt-1 o_portal_contact_img" src="/web/static/src/img/user_menu_avatar.png" alt="Contact" />
</div>
<div class="col pl-md-0">