Skip to content

z1abl/beekeeper_connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Beekeeper connector

Beekeeper connector allows to synchronise employees between Odoo and Beekeeper.

This module depends on Python libraries: json,requests.

Install Beekeeper app.

image description

Set API token and base URL in Settings.

image description

In the Employee's section will appear a new menu: "Beekeeper" with two submenus: Custom fields and Sync.

image description

Custom fields: in this tab you can check imported custom fields from Beekeeper and map them manually with Odoo's field names. For example: in Beekeeper custom field has a key: "birthdate" but in Odoo it's a field: "birthday".

image description

Sync: in this submenu you can run manually Users/Custom fields synchronisation.

Employees with selected "Beekeeper user" field will be synchronised only.

image description

Automation (cron): in scheduled actions will appear "Beekeeper User Sync" cron, which by default is disabled and allows to synchronise custom fields/users based on time trigger.

image description