mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] website_ptoject_task: module migration
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
'name': 'Website Project Tasks',
|
'name': 'Website Project Tasks',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||||
'website': 'https://hibou.io/',
|
'website': 'https://hibou.io/',
|
||||||
'version': '16.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'complexity': 'easy',
|
'complexity': 'easy',
|
||||||
@@ -16,6 +16,7 @@ This module adds options to Website Project:
|
|||||||
""",
|
""",
|
||||||
'depends': [
|
'depends': [
|
||||||
'project',
|
'project',
|
||||||
|
'website',
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'views/project_task_templates.xml',
|
'views/project_task_templates.xml',
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="my_task" inherit_id='project.portal_my_task' name="Stage Colors etc.">
|
<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">
|
<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" />
|
<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>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user