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 | 316 |
Technical Name |
pos_seerbit |
License | OPL-1 |
Website | https://github.com/seerbit/seerbit-odoo |
Versions | 15.0 16.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 | 316 |
Technical Name |
pos_seerbit |
License | OPL-1 |
Website | https://github.com/seerbit/seerbit-odoo |
Versions | 15.0 16.0 |

Community
Enterprise

About
Seerbit provides the first universal (transfer, USSD, and card) payment integration with
Odoo for both community and enterprise editions. It automates payment confirmation for
all transactions by listening for responses from Seerbit's webhook.
Manual Setup

-
Install the module:
Installing the pos_seerbit module automatically creates:-
Seerbit journal of type bank, this can be seen and edited by going to
Invoicing/Accounting >> Configuration >> Journal
- Seerbit POS payment method.
Note: Custom POS payment method must possess a journal of type Bank
-
Seerbit journal of type bank, this can be seen and edited by going to
-
Go to
Settings >> POS
and select the point of sale(s) you want the payment method to be associated with; - Go to payment method section and add Seerbit POS (or a custom payment method).
Automatic Payment Confirmation
- Sign up or log in to your Seerbit dashboard.
-
On the Seerbit dashboard, go to
Settings >> Webhook
and set the value toyourodoourl.com/pos_seerbit/notification
-
Get your Seerbit public key by going to
Settings >> Security
. API keys on the Seerbit dashboard Note: Use the test public key for testing purposes and the live one for production (real payment). -
On Odoo, go to Point of
Sale >> Settings >> Payment Methods
and select Seerbit Account (or any other custom one you choose to use). - On the Use Terminal field, select Seerbit.
- Paste your Seerbit public key.
Automated Workflow

- Select the desired items and click the Pay button
- Select Seerbit Payment. The system assumes the total cart value will be paid; in the event of multiple means of payment, kindly change the displayed figure.
- When the customer is ready to pay, click on Send. This alerts the system of an impending terminal usage, and Odoo starts listening for a successful transaction.
- On the terminal, input the actual value displayed on Odoo.
- Once the payment is approved, the system automatically registers the payment and completes the check-out as appropriate.
Version History
See
https://github.com/seerbit/seerbit-odoo
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