This question has been flagged

I want to overide to make custom treatments after creating the command on the payment page. Is there a way to do it? Is it done in any of the other addons?

Thank you in advance 

Avatar
Discard
Best Answer

Hi,

The pay now button is triggered from the js file payment_form.js in the payment module.Inside this file, you can see the redirection to route '/payment/transaction' which is in portal.py file in the payment module, which continues the transaction.
Depending on what customisation you want, you can choose whether to edit the js or python.


Hope it helps

Avatar
Discard
Author Best Answer

Hello Antoine Vandevenne, i am working with odoo 16 and i am talking about the /shop/payment page

Avatar
Discard
Best Answer

Hi Hippolyte, which payment page are you talking about (what is the URL)? And in which version of Odoo?

Avatar
Discard