[IMP] Kanban view of project tasks : add create date #10

Merged
LaetitiaElabore merged 1 commits from 14.0-project_task_kanban_view_add_create_date into 14.0 2023-09-18 08:45:26 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit e690a3a0d2 - Show all commits

View File

@@ -3,7 +3,7 @@
{
"name": "project_request_data",
"version": "14.0.1.1.0",
"version": "14.0.1.2.0",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Stéphan Sainléger",

View File

@@ -17,6 +17,9 @@
<field name="inherit_id" ref="project.view_task_kanban" />
<field name="model">project.task</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="before">
<div style="font-size:11px; margin-bottom: 8px;"><field name="create_date" widget="date"/></div>
</xpath>
<xpath expr="//field[@name='tag_ids']" position="before">
<span style="background:lightblue; font-size:11px"><field name="service_id"/></span>
<span style="background:lightsteelblue; font-size:11px"><field name="request_type_id"/></span>