Skip to content

andreabak/toggl_to_odoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toggl_to_odoo

toggle_to_odoo is a tool to synchronize entries from Toggl Track to timesheets in an Odoo database

Setup

Install
  • Clone this repository
  • Install dependencies for your python3 environment:
    pip3 install -r requirements.txt
  • Setup Toggl CLI config
  • Adapt converters for your use, these converters are a good place to start
Toggl side

If using the suggested converters, you will need to define several Toggl projects and add them to an "Odoo" client under Toggl.
Tasks should be in the format [odoo task id] title and filed under a project named "Odoo-psbe" or "Odoo-maintenance"

Look into converters/odoo_common.py to get an idea of the others projects you need.
For exemple Misc entries have to be filed under "Odoo-misc"

Guide

Usage

To run the synchronization, run :

python3 -m toggl_to_odoo upload toggl2odoo https://www.odoo.com openerp history

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages