Skip to Content
Menú
This question has been flagged
2 Respostes
3260 Vistes

Following this post: https://www.odoo.com/forum/help-1/payment-acquirer-addon-upgrade-from-ce-version-14-to-ce-version-15-195258


I was able to make changes to accommodate ver 15 compatibility by going through other payment acquirer ver 15 add-ons.


The add-on is getting loaded but I cannot view the add-on in the "Payment Acquirer" Section.


Sharing the download link below for the customised add-on;


https://drive.google.com/drive/folders/1DEIzKLpMtg1_CDLZfbDeAw0B1nDg-60N?usp=sharing



Any help, guidance in that regard will be highly appreciated.

Avatar
Descartar
Best Answer

In payment_acquirer_data.xml you are updating the payment.payment_acquirer_payumoney and you need to create a new record for your Payment Acquirer, Just try to replace he record of   payment.payment_acquirer_payumoney in  payment_acquirer_data.xml  with the below:

I have installed the addons and was able to see the  Payment Acquirer


Modified xml in the below comment


Avatar
Descartar

<record id="payment_acquirer_razorpay" model="payment.acquirer">
<field name="name">razorpay</field>
<field name="provider">razorpay</field>
<field name="redirect_form_view_id" ref="razorpay_form"/>
<field name="support_authorization">False</field>
<field name="support_fees_computation">False</field>
<field name="support_refund"></field>
<field name="support_tokenization">False</field>
</record>

Autor Best Answer

thanks, for pointing that out. It worked. Now moving ahead to make it work. Thanks again.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de nov. 21
3145
3
de febr. 24
2942
1
d’oct. 22
46
1
de nov. 20
10201
1
de set. 20
3065