Data Types ========== ========= ============== ======= Data Type Description Details ========= ============== ======= char Text The Text field is used for short text containing any character. boolean Checkbox The Checkbox field is used when a value should only be true or false, indicated by checking or unchecking a checkbox. integer Integer The Integer field is used for all integer numbers includes positive, negative, or zero, without a decimal. float Decimal The Decimal field is used for all decimal numbers includes positive, negative, or zero, with a decimal. selection Selection The Selection field is used when users should select a single value from a group of predefined values. text Multiline Text The Multiline Text field is used for longer text containing any type of character. monetary Monetary The Monetary field is used for all monetary values. date Date The Date field is used to select a date on a calendar. datetime Date & Time The Date & Time field is used to select a date on a calendar and a time on a clock. many2one Many2One The Many2One field is used to link another record. one2many One2Many The One2Many field is used to display the existing relations between a record on the current model and multiple records from another model. many2many Many2Many The Many2Many field is used to link multiple records from another model to multiple records on the current model. ========= ============== =======