mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
13 lines
519 B
XML
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>
|