Skip to Content
Menu
This question has been flagged
2 Replies
2291 Views

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
Discard
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
Discard

<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>

Author Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
0
Nov 21
2221
3
Feb 24
1306
1
Oct 22
46
1
Nov 20
8676
1
Sep 20
2055