Skip to Content
Menu
This question has been flagged
1 Reply
1453 Views

Can anyone please tell how can I create records in timesheet using external api. I want control odoo system by external api. I can't find proper documentation for external api. Please try to help me if someone know about this.

Avatar
Discard
Best Answer

Hi Eleyas,

Rather than using the external API, you can create your own API in Odoo and make calls to it to create the timesheet entries.

Or using the API systems provided by default in Odoo - XMLRPC or JSONRPC to make api calls and to create records.
Refer to the below link to get a more idea about it.

https://www.cybrosys.com/odoo/odoo-books/odoo-15-development/ch14/

Regards

Avatar
Discard