Search 1.9 billion lines of Odoo code on GitHub

payment_ideal

Author: Therp BV
License: AGPL-3
Branch: 8.0
Repository: asavalia/Therp-Addons
Dependencies: payment
Languages: Python (528, 80.4%), XML (100, 15.2%), and reStructuredText (29, 4.4%)
Other branches: 8.0-new_res_fiscal_position, 8.0_sale_multishop, and lfreeke-patch-1
Other repositories: Bloesum/Therp-Addons, EssentNovaTeam/Therp-Addons, ICTSTUDIO/Therp-Addons, InstaERP/Therp-Addons, Mefistous/Therp-Addons, Ray11101976/Therp-Addons, StefanRijnhart/Therp-Addons, Therp/Therp-Addons, alanljj/Therp-Addons, aurestic/Therp-Addons, daramousk/Therp-Addons, diagramsoftware/Therp-Addons, eboelsums/Therp-Addons, garzadekoster/Therp-Addons, gfcapalbo/Therp-Addons, hbrunn/Therp-Addons, iacsvrn/Therp-Addons, intechbgd/Therp-Addons, janverb/Therp-Addons, kossovo/Therp-Addons, mgielissen/Therp-Addons, mohamedhagag/Therp-Addons, ntsirintanis/Therp-Addons, odoobgorg/Therp-Addons, opengest/Therp-Addons, sunflowerit/Therp-Addons, and yasmanycastillo/Therp-Addons

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="ideal-payment-acquirer"></a> <h2>iDeal payment acquirer</h2> <p>This module allows you to use iDeal as a payment acquirer within Odoo.</p> <a name="installation"></a> <h2>Installation</h2> <p>For the installation to run flawlessly, you probably need a few extra dependendies on your server:</p> <table class="docutils"> <colgroup> <col width="11%" /> <col width="77%" /> <col width="11%" /> </colgroup> <thead valign="bottom"> <tr><th class="head">name</th> <th class="head">debian/ubuntu</th> <th class="head">windows</th> </tr> </thead> <tbody valign="top"> <tr><td>xmlsec</td> <td><div class="first last line-block"> <div class="line">sudo apt-get install python-pkgconfig libxmlsec1-dev</div> <div class="line">sudo pip install xmlsec</div> </div> </td> <td>untested</td> </tr> </tbody> </table> <p>Then just install as usual.</p> <a name="configuration"></a> <h2>Configuration</h2> <p>After installation, you will be prompted to fill in your merchant ID, your certificates and the other values your bank provided. If you don't have those at hand, this module is not for you.</p> <p>In case you accidentally closed this wizard, go to Settings / Payments / Payment Acquirers, create a new one and select <cite>iDeal</cite> in the Provider field.</p> <a name="acknowledgements"></a> <h2>Acknowledgements</h2> <ul class="simple"> <li>iDeal icons are (c) <a class="reference external" href="https://www.ideal.nl/ontvangen/logos-banners">https://www.ideal.nl/ontvangen/logos-banners</a></li> <li>ideal.py adapted from <a class="reference external" href="https://github.com/thegreatnew/python-ideal">https://github.com/thegreatnew/python-ideal</a></li> </ul>