Odoo
Odoo is an open-source ERP that centralizes all of a business's operations on a single platform. It enables managing customers and sales opportunities (CRM), creating quotations and sales orders, generating invoices, controlling inventory and stock, handling purchases from suppliers, managing accounting, administering human resources, and coordinating projects.
Start for freeCategory
Works with
AI Compatible
Tools
Check Stock
View stock availability for one or more products in Odoo.
Create Customer Invoice
Create, publish, or cancel a customer invoice in Odoo.
Create Product
Create a new product in Odoo. Use it specifically to create products with proper validation.
Create Record
Create a new record in any Odoo model. Use specific tools for products (odoo_create_product), contacts (odoo_manage_contact), sales orders (odoo_process_sales_order), and invoices (odoo_create_customer_invoice).
Delete Record
Delete a record from any Odoo model. WARNING: This is irreversible. Set confirm=true to continue.
Get Record
Retrieve a single record by its ID from any Odoo model. Use this to obtain detailed information about a specific customer, a product, an order, etc.
Manage Contact
Create or update a contact (customer, supplier, or person) in Odoo. Use this to manage partners/clients.
Process Sales Order
Create, confirm, or cancel a sales order/quotation in Odoo.
Register Payment
Register a payment for one or more invoices in Odoo.
Search Records
Search records in any Odoo model with filters. Returns records that match the selected fields. Use it to find customers, products, orders, invoices, etc.
Update Record
Update an existing record in any Odoo model. Use dry_run=true to validate without saving.