mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-18 19:22:01 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue