OSB plugin for Odoo is an open source plugin that links Odoo based e-commerce websites to OSB secure payment gateway developed by Lyra Network.
Download the module archive from gateway resources website (menu E-commerce > Free payment plugins).
If already installed, you must delete the old payment_osb folder. You will find already installed addons in either:
- [ODOO_ROOT_FOLDER]/server/odoo/addons/
- /var/lib/odoo/addons/[VERSION]/ (on Linux only)
- addons_path defined in odoo.conf
Now unzip the downloaded archive and copy the new payment_osb folder to Odoo addons directory. Then, you can choose one of these instructions:
- In your Odoo administrator interface, browse to "Configuration" tab. Here in, activate the developer mode. Then browse to "Applications" tab and click on "Update applications list".
- Or restart Odoo server with sudo systemctl restart odoo on Linux or by restarting Windows Odoo service. Odoo will update the applications list on startup.
In your Odoo administrator interface, browse to "Applications" tab, delete "Applications" filter from search field and search for "osb" keyword. Click "Install" (or "Upgrade") button of the "OSB Payment Provider" module.
- Go to "Website Admin" tab.
- In "Configuration" section, expand "eCommerce" menu than click on "Payment Providers" entry.
- Click on button "Configure" of OSB module.
- You can now enter your OSB credentials.
- You should select a Payment Journal in the "Configuration" tab of the OSB aquirer to start using this payment method.
- If you have multiple Odoo databases on your server, do not forget to set dbfilter parameter in odoo.conf. You must launch one database only per URL because OSB have to send back payment notification on the right database. Otherwise it will fail with a 404 error.
- Lyra Network (https://www.lyra.com/)
Each OSB plugin source file included in this distribution is licensed under the Affero General Public License (AGPL 3.0).
Please see LICENSE.txt for the full text of the AGPL 3.0 license. It is also available through the world-wide-web at this URL: http://www.gnu.org/licenses/agpl.html.