Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odgovori
4644 Prikazi

We have a free open source software solution for opticians in Belgian market. We would like to add/update a new customer via the Belgian EID reader. Has anyone done this before. 

Thanks so much
Dominique Peters
CRMoptics

Avatar
Opusti
Best Answer

This can be done using Odoo XML RPC, have a look at Odoo Web services

https://www.odoo.com/documentation/10.0/api_integration.html

Avatar
Opusti
Best Answer

Hello Dominique,



Integrating a Belgian eID reader with Odoo Community v11 for customer creation is achievable, though it requires custom development.



  First, you'll need to develop a custom Odoo module. This module will handle the communication with the eID reader.

  Next, use a Python library that supports reading data from Belgian eID cards. The 'eidlib' library is commonly used for this purpose.

  Then, create a form in your Odoo module that, when triggered (e.g., by clicking a button), reads the eID data and populates the customer fields (name, address, etc.).

  Finally, ensure your module properly handles error cases, such as when the eID card is not present or cannot be read.


For personalized assistance:
https://www.pragtech.co.in/contact-us-mql.html

Avatar
Opusti
Best Answer

Hi Jérôme,

We are currently exploring whether Odoo could be a suitable solution for our operations in the recycling sector. As part of our compliance, we are required to read eID cards in order to process payments.

We would like to know if Odoo Online supports integration with eID readers for this purpose, or if you has experience with a similar setup. Any guidance or suggestions would be greatly appreciated.

Thank you in advance!

 

Avatar
Opusti
Best Answer

Hello,

I just released a module in v16 to create a res.partner from a Belgian identity card here  https://apps.odoo.com/apps/modules/16.0/be_id_reader

Feel free to let me know  if it suits yours needs.

Kinds regards,

Jérôme Dewandre

Avatar
Opusti