odoo/addons/base_gantt/static/src/xml/base_gantt.xml

13 lines
364 B
XML

<template>
<t t-name="GanttView">
<h3 class="title"><t t-esc="view.fields_view.arch.attrs.string"/></h3>
<table class="gantt-view" width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<div style="width:100%;height:300px;position:relative" id="GanttDiv"/>
</td>
</tr>
</table>
</t>
</template>