create_contact
Create a new contact in Odoo with preview by default; set name, email, phone, or company details, and confirm to commit.
Instructions
Create a contact (res.partner). Preview unless confirm=True.
Use extra_values to set fields this helper doesn't model (e.g. {"vat": ...}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| No | |||
| phone | No | ||
| confirm | No | ||
| parent_id | No | ||
| is_company | No | ||
| extra_values | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |