| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 1358 |
| Technical Name |
l10n_ch_pos_nexi |
| License | OPL-1 |
| Website | https://simpit.ch |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 1358 |
| Technical Name |
l10n_ch_pos_nexi |
| License | OPL-1 |
| Website | https://simpit.ch |
| Versions | 17.0 18.0 19.0 |
Nexi Switzerland: Point of Sale Integration
Process in-store card payments seamlessly in Odoo Point of Sale using Nexi Switzerland (Nexi CH) payment terminals.
This module adds a professional payment terminal interface to Odoo POS. It handles transaction exchanges, reversals, and journal logs through a lightweight Java-based proxy bridge, ensuring communication between Odoo and your Nexi hardware.
Key Benefits
- Direct Integration: Use Nexi CH terminals directly from Odoo POS without manual amount entry.
- Software Bridge Included: Java bridge to connect to the terminal with TCP.
- Automation: Automatic transfer of amounts, transaction confirmation, and error handling.
Requirements
- Odoo 19.0 with Point of Sale application.
- Nexi Switzerland payment terminal (LAN-enabled).
- Java 21+ runtime (OpenJDK JRE recommended) on a local network computer.
- Firefox browser recommended for Android or desktop POS access.
Installation & Setup
1. Module Installation
Install the module in your Odoo instance and update the app list. Ensure all dependencies are met.
2. Proxy Configuration
- Navigate to Point of Sale - Configuration - Payment Methods and select your Nexi method.
- Download the Nexi Bridge JAR using the provided buttons.
- Configure your browser to allow the local proxy connection
3. Starting the Bridge
Run the JAR file on a computer within your local network (Administrator privileges might be required for network communication):
java -jar nexiBridge.jar
The bridge uses port 8887 by default. You can specify a custom port as a parameter: java -jar nexiBridge.jar 9000.
Configuration
Global Settings
Go to Settings - Point of Sale - Payments - Nexi Switzerland:
- Nexi Bridge Server Address: Local IP of the computer running the bridge.
- Nexi Bridge Port: The port the proxy is listening on (default: 8887).
Hint: Make sure the client where the bridge is installed has a fixed IP address.
Payment Method Setup
- Create or edit a Payment Method in POS Configuration.
- Select Nexi Schweiz in the "Use a Payment Terminal" field.
- Configure the Terminal Address, Terminal Port, and POS Port as per your hardware setup.
- Assign this payment method to your POS configuration.
Usage & Troubleshooting
Standard Workflow
- Ensure the Nexi Bridge is running.
- Open your POS session and add products to an order.
- Choose the Nexi payment method; the amount is sent to the terminal automatically.
- Complete the payment on the terminal. Odoo receives the confirmation instantly.
Troubleshooting
- Connectivity: Verify that the bridge is running and reachable on the configured port.
- Firewall: Ensure inbound connections to the proxy port and outbound connections to the terminal are allowed.
- Logs: Check Odoo Nexi logs (Technical â Nexi Logs) and the bridge console output for details.
Author
Developed in Switzerland
This module is developed by simpit GmbH. We create high-quality applications in Switzerland.
For assistance, contact you existing Odoo partner or simpit: info@simpit.ch.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module