blob: 7960710260fac4ef9c21038235df77de3f3e402f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="OrderList" t-inherit="point_of_sale.OrderList" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('order-row')]//div[hasclass('customer')]" position="after">
<div t-if="env.pos.config.module_pos_restaurant" class="header table">
Table
</div>
</xpath>
</t>
</templates>
|