Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3282 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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


Awatar
Odrzuć

<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 Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lis 21
3312
3
lut 24
3000
1
paź 22
46
1
lis 20
10237
1
wrz 20
3082