Skip to content

mahesh-wor/attend-xmlrpc-odoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

attend-xml-odoo

fully functional python script able to xmlrpc with Odoo for attendances.

Installation

Linux: (can be modified for windows & osx)

$ git clone https://github.com/mahesh-wor/attend-xmlrpc-odoo
$ cd attend-xmlrpc-odoo
$ chmod +x attend.py

Usage example

$ python2 attend.py <username> checkin/out
$ ./attend.py invoron checkin

Making an executeable with pyinstaller

$ pip3 install pyinstaller
$ pyinstaller --onefile attend.py
$ cp dist/attend /usr/bin
$ attend <username> checkin/out/status/state

Meta

Steam-ID – @invoron

Mahesh-wor – @mahesh-wor[email protected]

Distributed under the GPL license. See LICENSE for more information.

[https://github.com/mahesh-wor/attend-xmlrpc-odoo]

Contributing

  1. Fork it (https://github.com/mahesh-wor/attend-xmlrpc-odoo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Code to make RPC calls to Odoo for easy attendance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages