odoo/addons/web_gantt/static/src/xml/web_gantt.xml

13 lines
316 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="GanttView">
<div>
<div t-att-id="widget.chart_id" class="oe_gantt"/>
</div>
</t>
<t t-name="GanttView-create-button">
<button class="oe_button oe_gantt_button_create">Create</button>
</t>
</templates>