Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to connect Fingerprint with OpenERP

Subscribe

Get notified when there's activity on this post

This question has been flagged
connectionbiometricfingerprint260iclock
12 Replies
19988 Views
Avatar
Joe Febrian

Hi All i'm Develop new module for human resource with fingerprint because weakness openerp are there. but i'm still stuck with new module collaboration with fingerprint and openerp v7, anybody can help me ?

0
Avatar
Discard
Avatar
Gustavo
Best Answer

there was a module developed a couple years ago that does that, you can find further information in the following link:

http://erpmoldeo.wordpress.com/2011/01/06/connecting-fingerprint-readers-to-openerp/

You should only port it to OpenERP 7.0

1
Avatar
Discard
Jasad Moozhiyan

Is there any biometric fingerprint device and openerp module for integration ?

Avatar
Yazhini
Best Answer

You can integrate the biometric attendance machine with the Odoo/OpenERP application without any software support in windows/linux , watch www.youtube.com/watch?v=RQ6W3S3bV5o? . It Supports some of the ZkTeco biometric machines, essl biometric machines along with all the biometric machines listed http://camsunit.com/product/home.html

0
Avatar
Discard
Avatar
jherrera
Best Answer

https://github.com/GauravSahu/hr_biometric_machin 


you can not install could help Please

0
Avatar
Discard
Avatar
Gaurav Sahu
Best Answer

Hi

Install zklib and connect to biometric device

Check this link

https://github.com/GauravSahu/hr_biometric_machin

0
Avatar
Discard
ABU K

Hi Gaurav is this module working properly or not?

ABU K

I can install the module in odoo 8

ABU K

I have a biometric printer but I dont have an idea how to connect this to odoo, i mean IP address, port etc.. can u give a breif idea about this module working..

Gaurav Sahu

yah its working properly You can download attendance data from m/c and clear data. what is your requirement?

Avatar
Gaurav Sahu
Best Answer

Hi

Install zklib and connect to biometric device

Check this link

https://github.com/GauravSahu/hr_biometric_machin

0
Avatar
Discard
Avatar
Joe Febrian
Author Best Answer

Ok thanks for answer, i have a download thats module, and i have a trouble like this

Traceback (most recent call last): File "/opt/openerp/1server/openerp/cli/server.py", line 98, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname,update_module=update_module) File "/opt/openerp/1server/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module) File "/opt/openerp/1server/openerp/modules/registry.py", line 192, in get update_module) File "/opt/openerp/1server/openerp/modules/registry.py", line 218, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/opt/openerp/1server/openerp/modules/loading.py", line 348, in load_modules processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules, update_module) File "/opt/openerp/1server/openerp/modules/loading.py", line 259, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/opt/openerp/1server/openerp/modules/loading.py", line 162, in load_module_graph load_openerp_module(package.name) File "/opt/openerp/1server/openerp/modules/module.py", line 405, in load_openerp_module __import__('openerp.addons.' + module_name) File "/opt/openerp/1server/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/opt/openerp/1server/openerp/addons/openerp-hr-clock-reader/__init__.py", line 26, in <module> import wizard File "/opt/openerp/1server/openerp/addons/openerp-hr-clock-reader/wizard/__init__.py", line 23, in <module> import hr_clock_reader File "/opt/openerp/1server/openerp/addons/openerp-hr-clock-reader/wizard/hr_clock_reader.py", line 25, in <module> import wizard

0
Avatar
Discard
Avatar
Akash Verma
Best Answer

Hi Guys !!

We are an IT development company based in India, We are Gold partners with Oracle and are experts in ERP implementation.

We have also developed a Mini ERP to meet the needs of the SME's.

We get very good reviews for our end-to-end IT services from our clients.

We can cater to any requirement in IT and that too in affordable prices.

Why should a modest budget mean you have to compromise on the quality of the services or products.

Do give us a call to discuss your needs and rest assured for the best services.

Best Regards,

Akash Verma

Sr. Business Development Manager

SRDT Pvt. Ltd.

+91-8176047544

-5
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Biometric device connection Solved
biometric fingerprint
Avatar
Avatar
Avatar
Avatar
Avatar
7
Jan 24
23436
How to connect odoo with zk device? Solved
external connection biometric
Avatar
Avatar
Avatar
8
Jul 18
26532
Odoo 10 Fingerprint Machine and Module
attendance biometric fingerprint 10.0
Avatar
Avatar
Avatar
Avatar
Avatar
7
Nov 19
9606
Attendance by Fingerprint odoo12
attendance biometric fingerprint odoo12
Avatar
Avatar
1
Sep 19
3902
Biometric (FingerPrint) Device Integration for Odoo Enterprise
hr attendance enterprise biometric fingerprint
Avatar
Avatar
Avatar
3
Nov 19
6576
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now