Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
3314 Prikazi

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

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

Avtor Best Answer

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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
nov. 21
3372
3
feb. 24
3120
1
okt. 22
46
1
nov. 20
10311
1
sep. 20
3155