Hello,
I'm currently building a pipeline to integrate Odoo with one of my services. As part of this, I need to access the content of the worksheet linked to a project task.
I've been exploring the JSON-RPC API, but I’m having trouble retrieving the actual content of the worksheet. So far, I can only retrieve the worksheet template, its ID, and the count — but not the detailed content (e.g., text fields or values entered in the worksheet by users).
My goal is to add a button on the task dashboard that triggers a webhook. This webhook should launch an API call to retrieve all relevant task information, including the associated worksheet content.
Has anyone done something similar or knows how to access the worksheet data through the API?
Thanks in advance!