Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (16 loc) · 1.35 KB

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