Skip to main content

Otter - The Odoo time tracker

Project description

Otter - The Odoo time tracker

PyPI version Latest Release .github/workflows/ci.yaml License PRs Welcome

Note: This project is still in an early development stage!

Installation and upgrade

Installation and upgrade can simply be done with Pip:

pip install odoo-otter --upgrade

Alternatively, you can download one of the prebuilt standalone binaries from the latest releases and put it into your system's path.

After installation or upgrade, check the installation with:

otter -v

Usage

Help

The help can be accesses with the following command:

otter -h

Login to Odoo

When using Otter for the first time or when your Odoo session expired, login to Odoo:

otter login

Follow the instructions on the screen. Enter the Odoo URL, select a database from the list, enter your username and your password. If all data was entered correctly, you are logged in to Odoo and your session will stored locally (your password will not be stored!).

NOTE: Currently, the login is only valid for about a week.

Logout from Odoo

Use the following command to logout from Odoo. This will delete your locally stored session.

otter logout

Sync from and to Odoo

Before you can start using Otter, you will need to sync the remote Odoo projects and tasks to the local Otter database:

otter sync

This is also the command to use whenever you want to sync your local time tracking records to Odoo. By default, Otter will only sync the local records up to the last day ('yesterday'). This prevents you from accidentally syncing records that you are still going work on on the current work day. Sometimes - for example at the end of a week or a month - you also want to sync your records of the current work day. This can be done by providing the date option with the value TODAY like this:

otter sync --date TODAY

Tracking your work time

The strength of Otter is to switch between many project tasks throughout a work day without having to add a work description every time. Otter will concatenate all work descriptions belonging to the same project task and the same work day when performing the sync to Odoo automatically. And it will also automatically adjust the work time to 15 minutes blocks (note that very short tasks below 15 minutes might be dropped by that automatic adjustment).

To start working on a project task, just run the following command and follow the instructions.

otter start

While a project task is active, you can always add a description for your current work.

otter describe "[TICKET-123] Implement functionality and tests"

To see whether a project task is currently active, run the following command:

otter status

And to stop your work, just run:

otter stop

Sometimes you might forget to start or stop a task in time. You can fix that by passing the time option to either the start or stop command with the following argument format:

  • "HH:MM" (for current day)
  • "YYYY-MM-DD HH:MM" (for a fixed date)

Example:

otter start --time "12:15"

In order to see the overall worktime for the current day, run:

otter show

You can also pass the date option with the following argument format:

  • "YYYY-MM-DD"

Example:

otter show --date 2021-10-01

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odoo-otter-0.0.6.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

odoo_otter-0.0.6-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file odoo-otter-0.0.6.tar.gz.

File metadata

  • Download URL: odoo-otter-0.0.6.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for odoo-otter-0.0.6.tar.gz
Algorithm Hash digest
SHA256 bf8c6842ac3b60e30ca031f7c093bc9608a3e5ee0e4baa4068774e35c6668d40
MD5 c23bc28043a45aec129a3d5ed256284d
BLAKE2b-256 2b91daf4fd371fcd7379ffbbec8b335c89f367b1483965186cbbd8d32f93fb48

See more details on using hashes here.

File details

Details for the file odoo_otter-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: odoo_otter-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for odoo_otter-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4b6e549d72a01ccbac22b374430cb9cb1de8b352f912a7e61d18c481cf621274
MD5 b3df10ea2912b1543a794e0b9a0573e7
BLAKE2b-256 66662b476be1caaf2e9ca1417acbe3331ef40a3659c1a77356fa097a617d306c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page