blob: 1187e4f5a4437cdb4fe2efcc651876dfe0f4d3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="Chrome" t-inherit="point_of_sale.Chrome" t-inherit-mode="extension" owl="1">
<xpath expr="//SyncNotification" position="after">
<BalanceButton t-if="balanceButtonIsShown" />
</xpath>
</t>
</templates>
|