summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/Misc/NotificationSound.xml
blob: 6467e8079850442ac0d6e80f7e70b7c578ac9a95 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">

    <t t-name="NotificationSound" owl="1">
        <audio t-att-src="props.sound.src" autoplay="true"></audio>
    </t>

</templates>