[MIG] website_project_task: to v16

This commit is contained in:
Salomon Chambi
2023-08-15 21:28:24 +00:00
committed by Juan Pablo Ticse
parent 9ee422768e
commit 46f8fc4954
2 changed files with 6 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
{
'name': 'Website Project Tasks',
'version': '15.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'version': '16.0.1.0.0',
'license': 'AGPL-3',
'category': 'Tools',
'complexity': 'easy',
'summary': 'Adds tags on tasks, classes on stages and tags for CSS hooks in Website Project.',
'description': """
This module adds options to Website Project:
============================================

View File

@@ -25,7 +25,8 @@
<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>
</xpath>
<!-- Strange number of columns -->
@@ -39,7 +40,8 @@
</template>
<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>
</xpath>
<xpath expr="//h4" position="after">