This is my template
<?xml version="1.0" encoding="UTF-8"?>
<templates id="ListaUsoCFDI" xml:space="preserve">
<t t-name="myList" t-extend="PaymentScreenWidget">
<t t-jquery=".payment-buttons" t-operation="append">
<div class="button js_custom">
<select class="select custom_class">
<option value="xy">A lotta options </option>
</select>
</div>
</t>
</t>
</templates>
This is my result on the actionpad, and nothing on the paymentscreen
I just want the change on the paymentscreen.
I change the selector with things like
.payment-buttons:nth-of-type(2)
.payment-buttons:nth-child(2)
body > div.o_action_manager > div.pos > div.pos-content > div.window > div > div > div > div.payment-screen.screen > div > div.right-content.pc60.touch-scrollable.scrollable-y > div
And nothing works.
Please, any help, will be appreciated