OdooCreate custom fieldAsk AIpost https://api.einvoicing.mu/odoo/createcustomfieldGet custom field from your Odoo database. The UUID passed needs to be the one obtained from your E-Invoicing account.Path ParamsUUIDstringrequiredYour EInvoicing UUID to manage data fromFieldNamestringrequiredName 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.FieldDescriptionstringrequiredDescription of field you need to create in your Odoo database (Case sensitive)FieldTypestringenumrequiredDefaults to charChoose which kind of data shall this field hostchartextintegerfloatbooleandatedatetimemany2oneShow 8 enum valuesFieldPositionstringenumrequiredDefaults to account.moveChoose where shall this custom field be categorizedaccount.moveaccount.paymentres.partnersale.orderpurchase.orderAllowed:account.moveaccount.paymentres.partnersale.orderpurchase.orderResponses 200200 400400Updated about 1 year ago