Files
pms/pos_pms_link/static/src/xml/Screens/PaymentScreen/PaymentScreen.xml
2023-03-06 17:17:21 +01:00

13 lines
519 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="pos_pms_link.PaymentScreen" t-inherit="point_of_sale.PaymentScreen" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('paymentmethods')]" position="inside">
<div class="button paymentmethod">
<div class="payment-name" t-if="env.pos.config.pay_on_reservation" t-on-click="selectReservation">Reservation</div>
</div>
</xpath>
</t>
</templates>