We’ve been providing RFID hardware (including variety kinds of RFID tag and all types of reader/writer) solutions to customers for years. We also customize ERP systems for customers based on their specific business models.

This project is cross-platform integration solution that is building an application of inventory management using RFID.

Odoo is a world-class ERP solution that provides rich functions for various kinds of business.

I have an Android App with source that is working with a RFID reader to read RFID tags detected.

Here’s the video for explaining how the RFID and the app working together.
https://www.youtube.com/watch?v=El-NR0ClvSQ&t=19s

As you can see, now this App is reading a RFID tag by a reader and display the ID on screen only

I want enhance this app to use with Odoo.

Now each tag detected is a tag only but when I attach the tag with a product this tag represents a product. I want use it for inventory management.

Not complicated, I want start with something simple.

1) Add a button (called Update) on the page when tags are detected and listed
2) I click ‘Update’, a new screen (called Product View) popup
3) On ‘Product View’, there is a search box for product by keyword,
4) input keyword and click search, a list of relevant products display with checkbox
5) i check one of the product and give quantity ( default is 1)
6) click ‘send’ button, the product info is sent to Odoo server.