Create custom field

Get custom field from your Odoo database. The UUID passed needs to be the one obtained from your E-Invoicing account.

Path Params
string
required

Your EInvoicing UUID to manage data from

string
required

Name of field you need to create in your Odoo database. Custom fields are prefixed with x_ (Odoo convention). For example: x_custom_invoice_field for an invoice field. You cannot use spaces or special characters.

string
required

Description of field you need to create in your Odoo database (Case sensitive)

string
enum
required
Defaults to char

Choose which kind of data shall this field host

string
enum
required
Defaults to account.move

Choose where shall this custom field be categorized

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json