mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] pos_pax: implement low level and UI for Debit cards.
This commit is contained in:
@@ -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'">
|
||||
|
||||
Reference in New Issue
Block a user