Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.42 KB

odoo.md

File metadata and controls

69 lines (45 loc) · 1.42 KB

Odoo Timesheet Integration

Required modules

Is importan installed projects and sale_timesheet modules in your instance odoo.

Enable plugin

Copy and paste this command in terminal

gnome-pomodoro-tracking --plugin odoo

Generate Your gRPC Token:

  • Visit your odoo instance
  • Go to My Profile > Account Security > API Keys > Generate New Token

Copy this command adn paste in terminal replacing PASS with your token

gnome-pomodoro-tracking --database DB --url URL  --username USER --password PASS

Start tracking

Before you start tracking, you need to set up a project. It is usually set up once. If don't set up, it will use the first workspace and project.

Projects, you can list and set using this command this command.

List

gnome-pomodoro-tracking --projects  

Set

gnome-pomodoro-tracking --projects --set ID

Tasks, if you want add time logging in a task, you can list and set using this command. Is optional

List

gnome-pomodoro-tracking --tasks

Set

gnome-pomodoro-tracking --tasks --set ID

For advanced CLI usage and customization, please refer to the guide: introducing.md

Versions Odoo Supported

Odoo Version Community Enterprise
16.0
15.0
14.0
13.0
12.0
11.0