You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
351 B
11 lines
351 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="task_track_depending_tasks">
|
|
<span>Task: <a href="#" data-oe-model="project.task" t-att-data-oe-id="child.id" t-esc="child.name"/></span>
|
|
<br/>
|
|
<t t-if="child_subtype">
|
|
<span><t t-esc="child_subtype"/></span><br/>
|
|
</t>
|
|
</template>
|
|
</odoo>
|