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

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
Zrušit
Nejlepší odpověď

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
Zrušit

<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 Nejlepší odpověď

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
lis 21
3315
3
úno 24
3006
1
říj 22
46
1
lis 20
10237
1
zář 20
3083