[IMP] pos_pax: implement low level and UI for Debit cards.

This commit is contained in:
Jared Kipe
2020-12-29 10:48:27 -08:00
parent 16d3b698cb
commit b9a44f8600
4 changed files with 147 additions and 22 deletions

View File

@@ -20,7 +20,10 @@
<t t-esc='line.name' />
</t>
<t t-else="">
<span class="btn btn-small pax_send_transaction">Send</span>
<div>
<span class="btn btn-small pax_send_transaction">Credit</span>
<span class="btn btn-small pax_send_transaction_debit">Debit</span>
</div>
</t>
</t>
<t t-if="! line.payment_method.use_payment_terminal == 'pax'">