19 lines
658 B
XML
19 lines
658 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="lunch.KanbanRenderer">
|
|
<div class="o_lunch_content d-flex flex-column h-100">
|
|
<LunchDashboard openOrderLine.bind="openOrderLine"/>
|
|
|
|
<div class="overflow-auto border-top flex-grow-1">
|
|
<t t-call="lunch.WebKanbanRenderer"/>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
|
|
<t t-name="lunch.WebKanbanRenderer" t-inherit="web.KanbanRenderer" t-inherit-mode="primary" owl="1">
|
|
<t t-if="showNoContentHelper" position="after">
|
|
<t t-call="lunch.NoContentHelper"/>
|
|
</t>
|
|
</t>
|
|
</templates>
|