odoo_list_sale_orders
ActiveTool of Odoo
declared in 0.1.0
List Odoo sales orders / quotations (sale.order). Returns name, customer (partner_id), amount_total, state (draft/sent/sale/done/cancel), and date_order. Optionally filter by state. Use for "recent sales orders" or "open quotations".
Parameters schema
{
"type": "object",
"required": [
"url",
"db",
"username",
"_apiKey"
],
"properties": {
"db": {
"type": "string",
"description": "Odoo database name."
},
"url": {
"type": "string",
"description": "Odoo instance base URL, e.g. https://mycompany.odoo.com (trailing slash optional). Works for Odoo Online and self-hosted."
},
"limit": {
"type": "number",
"description": "Max records (default 20)."
},
"state": {
"type": "string",
"description": "Filter by order state: draft, sent, sale, done, or cancel. Omit for all."
},
"_apiKey": {
"type": "string",
"description": "Odoo API key (Settings → Account Security → API Keys) or account password."
},
"username": {
"type": "string",
"description": "Odoo login email."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Odoo
https://github.com/pipeworx-io/mcp-odoo
1/7 registries