DEV Community

Nikhil Mudholkar
Nikhil Mudholkar

Posted on

Can you automate order management on Odoo with chat-GPT?

We believe that by combining Odoo with large language models (LLMs) like GPT-4 you can fully automate order management. LLMs are great at automating all the edge cases that you don't have time to automate with rules/routes on Odoo.

Let's take an example: did the "inbound logistics" team remember to process the receipt of product 0022 that you need in order to deliver backorder 0123 ASAP?

To answer this question you need to triangulate between data from your purchase order, the supplier, the carrier and receipts in the inventory module. You can do this with queries or manually checking and sending reminders to the inbound logistics team.

Or you can simply ask an LLM to monitor the data for you and notify you and the inbound logistic team as soon as the product is arrived.

The trick is to train the LLM to understand order management processes. This is what we've been doing. We'd love to get your feedback and expert insights on our early beta on the odoo app store: https://apps.odoo.com/apps/modules/16.0/fulfillment_copilot/

Top comments (0)