
odootools is a small tool that allows you to calculate overtime based on your attendances.
It has VSHN-specific business rules integrated that are otherwise calculated manually.
Simply login with your Odoo credentials, configure the report settings and generate your reports.
It's currently aimed at Odoo 8.
First, you need to export Odoo settings:
export ODOO_URL=https://...
export ODOO_DB=...
You can run the operator in different ways:
- using
make run (uses go run).
- using
make run.docker (uses docker run)
- using a configuration of your favorite IDE