myrrkel / odoo-openai

OpenAI tools integration in Odoo (ChatGPT, DALL-E...)
GNU Affero General Public License v3.0
63 stars 44 forks source link

Amazing Project ! #3

Closed esakarya closed 7 months ago

esakarya commented 7 months ago

Thanks for this amazing project ! May ask you can ai bot integrate with odoo ? for eg: what my order status ? i saw some field can connect odoo tables.

myrrkel commented 7 months ago

Thank you for your feedback! Open AI tools are made for this kind of features. (https://platform.openai.com/docs/guides/function-calling) To use tools with the Odoo AI bot, go on the AI bot Completion and add a new tool (take example on search_question_answer that allows the bot to find answers in a knowledge database)

image

Create you own function (e.g: get_orders_status) in a custom module, set the model where the function is, add the parameters with their type, and explain to the bot how to you use it. That's it ;) image

esakarya commented 7 months ago

It looks complicated. If there was a demo similar to this, I could understand the logic more easily :) I will try it, thank you very much.