Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2497 Zobrazení

Hi,

How to inherit the ecommerce "Pay Now" button in odoo 12 custom  module ? 

Avatar
Zrušit
Nejlepší odpověď

Hi,

Try like below

<template inherit_id="payment.payment_tokens_list" id="payment_tokens_list" name="Payment Tokens list">


    <xpath expr="//button[@id='o_payment_form_pay']" position="inside">


        <!--        Your Code-->


    </xpath>


</template>

The "Pay Now" button is called from a template "payment_tokens_list" in the "payment" module. the button name is dynamic and it is used in many other areas too. so the changes will be affected there too. you can also check the template with id "payment" in the "website_sale" module from where it is called.

Regards

Avatar
Zrušit
Autor

Thanks. It worked great!

Related Posts Odpovědi Zobrazení Aktivita
8
srp 17
5787
2
srp 25
1548
2
čvc 25
3240
0
led 25
1530
0
říj 24
1663