shuhanmirza / odoo_auto_attendance

odoo attendance automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odoo_auto_attendance

overview

It's a simple selenium automation implementation. It logs in your account. Then goes to to attendance url and gives attendance and takes a screenshot.

Prerequisites

  • You will need have Python3
  • Setup virtualenv and install selenium
your_pc$ virtualenv -p /usr/bin/python3 venv
your_pc$ source venv/bin/activate
(venv)your_pc$ pip install -r requirements.txt

Running

(venv)your_pc$ python main.py

Process Steps of the bot

  • goes to odoo_link
  • logs in to your account
  • goes to attendance_url
  • clicks to to give attendance
  • takes a screenshot

About

odoo attendance automation

License:Apache License 2.0


Languages

Language:Python 97.0%Language:Shell 3.0%