Skip to main content
Glama
aadilakbar

MCP Odoo Bridge Server

by aadilakbar

execute_method

Execute custom methods on Odoo models to perform specific actions like confirming orders or updating records, requiring proper permissions in Odoo settings.

Instructions

Execute a custom method on an Odoo model.

Args:
    model: The Odoo model name
    method: The method name to call
    record_ids: Optional list of record IDs to call the method on
    args: Positional arguments for the method
    kwargs: Keyword arguments for the method

Returns:
    Method result

⚠️ Note: This requires special permission in Odoo settings.

Example:
    Confirm sale order: model='sale.order', method='action_confirm', record_ids=[5]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
methodYes
record_idsNo
argsNo
kwargsNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aadilakbar/ad-mcp-bridge-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server