-3

How can I include/install Paytm in my ecommerce Odoo website v13 and I can not find in apps.

test12345
  • 367
  • 1
  • 21

1 Answers1

0

This module uses the Crypto python library so you need first to install python library as below:

pip3 install pycryptodome

Then you will add the module folder to your addons/custom addons folder and restarted the Odoo service. you have to go to Apps -> click update app lists. then search for paytm_payment_gateway and install it.

Once the apps installed go to Accounting app -> Configurations -> Payment Acquirers and you will find it there so you can enable it and add your configuration.

Waleed Mohsen
  • 965
  • 6
  • 8