mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] website_project_task: to v16
This commit is contained in:
committed by
Juan Pablo Ticse
parent
9ee422768e
commit
46f8fc4954
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
'name': 'Website Project Tasks',
|
'name': 'Website Project Tasks',
|
||||||
'version': '15.0.1.0.0',
|
|
||||||
'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',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
'complexity': 'easy',
|
'complexity': 'easy',
|
||||||
|
'summary': 'Adds tags on tasks, classes on stages and tags for CSS hooks in Website Project.',
|
||||||
'description': """
|
'description': """
|
||||||
This module adds options to Website Project:
|
This module adds options to Website Project:
|
||||||
============================================
|
============================================
|
||||||
|
|||||||
@@ -25,7 +25,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<template id="task_tag_grid" inherit_id='project.portal_tasks_list' customize_show="True" name="Task Tags on table">
|
<template id="task_tag_grid" inherit_id='project.portal_tasks_list' customize_show="True" name="Task Tags on table">
|
||||||
<xpath expr="//t/t/t/t/thead/tr/th[2]" position="after">
|
<!-- <xpath expr="//t/t/t/t/thead/tr/th[2]" position="after"> -->
|
||||||
|
<xpath expr="//t/t/thead/tr/th[2]" position="after">
|
||||||
<th>Tags</th>
|
<th>Tags</th>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Strange number of columns -->
|
<!-- Strange number of columns -->
|
||||||
@@ -39,7 +40,8 @@
|
|||||||
</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="//span[hasclass('badge-info')]" position="attributes">
|
<!-- <xpath expr="//span[hasclass('badge-info')]" position="attributes"> -->
|
||||||
|
<xpath expr="//span[hasclass('badge')]" position="attributes">
|
||||||
<attribute name="t-attf-class">badge badge-pill badge-info stage stage-{{ task.stage_id.name }}</attribute>
|
<attribute name="t-attf-class">badge badge-pill badge-info stage stage-{{ task.stage_id.name }}</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h4" position="after">
|
<xpath expr="//h4" position="after">
|
||||||
|
|||||||
Reference in New Issue
Block a user