You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
606 B

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<!-- Inherit PaymentScreenPaymentLines to Modify it -->
<t t-inherit="point_of_sale.PaymentScreenPaymentLines"
t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('delete-button')]" position="replace">
<div class="delete-button"
t-on-click="() => this.trigger('delete-payment', { cid: line.cid })"
aria-label="Delete" title="Delete">
<i class="fa fa-times-circle"/>
</div>
</xpath>
</t>
</templates>