Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 659 Bytes

zeit2odoo.setup.md

File metadata and controls

23 lines (13 loc) · 659 Bytes

ZEIT2ODOO

This is a synchronisatoin program of timetrack-odoo

It can load JSONList from zeit2json. See zeit2json.setup.

It can load records from Odoo. See odoo2data.setup.

It can push the data to Odoo with odoo API setup.

It uses ~/.netrc for storing the login credentials to Odoo. See dotnetrc config.

FIRST STEPS

./zeit2odoo.py last days
./zeit2odoo.py this summary -z
./zeit2odoo.py help
./zeit2odoo.py last sync
./zeit2odoo.py last update

The update action is in --dryrun mode by default. Use -y to actually write to Odoo.