[MERGE] Merged with main addons.
[odoo/odoo.git] / addons / web_gantt / static / src / xml / web_gantt.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <templates>
4     <t t-name="GanttView">
5         <div>
6             <div t-att-id="widget.chart_id" class="oe-gantt-view-view"/>
7         </div>
8     </t>
9     <t t-name="GanttView-create-button">
10         <button class="oe_button oe-gantt-view-create">Create</button>
11     </t>
12 </templates>