With Odoo’s intuitive drag-and-drop builder, creating and personalizing forms becomes simple. Users can easily place various field types, such as text, date, or selection, wherever needed. This flexibility allows for customizing form layouts to match individual requirements and workflows.
- Text:Designed to store a single line of textual content.
- Multiline Text: Suitable for entering and displaying multiple lines of text.
- Integer: Accepts only whole numeric values.
- Decimal: Ideal for storing numbers with decimal points.
- HTML: Holds and displays formatted content written in HTML.
- Monetary: Specifically used for storing currency-related data.
- Date: Records information related to a specific calendar date.
- Date & Time: Captures both date and time in a single field.
- Checkbox: Represents a boolean value, typically true or false.
- Selection: Offers predefined options from which users can choose one.
- File: Manages uploaded files that contain binary content.
- Lines: Enables entry of data across multiple rows or entries.
- One2many: Links a single record to multiple related entries in another table, maintaining a hierarchical structure.
- Many2one: Connects a record to a single parent entity from a different model.
- Many2many: Establishes a many-to-many relationship between records in two models via an intermediary table.
- Image: Allows the user to upload and store image files.
- Tags: Lets users assign tags or labels relevant to a record.
- Priority: Indicates the importance or urgency level of a record.
- Signature: Enables users to draw or upload their signatures.
- Related Fields: Used to reference another field within the same model for data reuse or display
To configure a field, simply drag it from the panel on the left and drop it into the desired section of your form. You can then customize properties such as the label, help text, default value, and more.
Odoo’s field management is built on a user-friendly drag-and-drop system, making form creation straightforward and highly accessible, even for non-technical users.