[MIG] website_ptoject_task: module migration

This commit is contained in:
Juan Pablo Ticse
2023-10-30 20:31:58 +00:00
parent d7315f7d8a
commit 6a90c63a08
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
</template>
<template id="my_task" inherit_id='project.portal_my_task' name="Stage Colors etc.">
<xpath expr="//h4" position="after">
<xpath expr="//div[@id='task_chat']/h3" position="after">
<p t-if="task.tag_ids">
<span t-foreach="task.tag_ids" t-as="tag" t-attf-class="label tag tag-color-{{ tag.color }} tag-{{ tag.name }}" t-field="tag.name" />
</p>