This guide details the steps to build a real-time, native integration between OpenProject and Odoo 19. This setup utilizes OpenProject webhooks and Odoo's Automation Rules to automatically synchronize projects, tasks, and employee allocations without requiring custom Odoo modules or third-party middleware like Zapier.
- Odoo 19 with Administrator access.
- OpenProject with Administrator access.
- Custom Employee Field: This guide assumes your Odoo Task (
project.task) model has a custom Many2Many field created via Odoo Studio namedx_studio_employeeslinking to the HR Employee (hr.employee) model.