Hi,
I have an bar code scanner app with front end as flutter and backend as odoo. I want to know how to store the scanned bar/qr code from flutter to odoo with a configurable email addres. how to create a odoo backend for this situation.?
waiting for replies.
thank in advance
Hi,
Are you using Google mobile vision API?
You can use different packages of flutter which helps you to connect with different scripting languages like python, java, .net, etc.
For example you can check this : \Flutter\ package\\\
Likewise\ you\ can\ \;get\ reference\ from\ this\ link\ also\ \:\ \;\Python\ Web\ services\ for\ Flutter\ App\\\
Also\ you\ can\ get\ library\ of\ python\ for\ flutter\ also\ \:\ \;\Python package for Flutter
the above link doesn't work.
And I have idea how to connect flutter with odoo. I need to know is there any video tutorial for storing bar code in odoo with a configurable email address.
thanks
Hi Cybrosys,
Nope. I am not using Google mobile vision API. I even dont have any idea about it. I referred the below link for bar code scanning in flutter.
https://github.com/https://github.com/iampawan/FlutterQRScanner-App/blob/master/lib/main.dartiampawan/FlutterQRScanner-App/blob/master/lib/main.dart
I can able to scan the bar code and stored it in variable. Now I would like to send the store data to odoo with a configrable mail address. How can I achieve this is in odoo?
Note: Main purpose is Often invoices to be paid are received as per email as a pdf attachements. These mails are then forwarded to odoo using a configurable mail address.
thanks