Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Confirm Sale Order
odoo:confirm_sale_order
Confirm a draft sale order in Odoo (changes state from draft to sale).
Write
Medium risk
Convert Lead To Opportunity
odoo:convert_lead_to_opportunity
Convert a lead to an opportunity in Odoo CRM.
Write
Medium risk
Create Contact
odoo:create_contact
Create a new contact/partner in Odoo.
Write
Medium risk
Create Lead
odoo:create_lead
Create a new lead or opportunity in Odoo CRM.
Write
Medium risk
Create Sale Order
odoo:create_sale_order
Create a new sale order in Odoo with order lines.
Write
Medium risk
Get Contact
odoo:get_contact
Fetch a single contact/partner by ID with key details.
Read
Low risk
Get Invoice
odoo:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Lead
odoo:get_lead
Fetch a single lead/opportunity by ID with key details.
Read
Low risk
Get Product
odoo:get_product
Fetch a single product by ID with pricing and inventory details.
Read
Low risk
Get Sale Order
odoo:get_sale_order
Fetch a single sale order by ID with line items and status.
Read
Low risk
List Contacts
odoo:list_contacts
List contacts/partners with optional filtering and pagination.
Read
Low risk
List Invoices
odoo:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Leads
odoo:list_leads
List leads/opportunities with optional filtering and pagination.
Read
Low risk
List Products
odoo:list_products
List products with optional filtering and pagination.
Read
Low risk
List Sale Orders
odoo:list_sale_orders
List sale orders with optional filtering and pagination.
Read
Low risk
Update Contact
odoo:update_contact
Update an existing contact/partner in Odoo.
Write
Medium risk
Update Lead
odoo:update_lead
Update an existing lead or opportunity in Odoo CRM.
Write
Medium risk