Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Restaurant
Entity: restaurant.table
Description: Restaurant Table
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Active | Boolean | - | |
| color | Color | Char | - | |
| floor_id | Floor | Many-to-One | restaurant.floor | |
| height | Height | Float | - | |
| parent_id | Parent Table | Many-to-One | restaurant.table | |
| position_h | Horizontal Position | Float | - | |
| position_v | Vertical Position | Float | - | |
| seats | Seats | Integer | - | |
| shape | Shape | Selection | - | |
| table_number | Table Number | Integer | - | |
| width | Width | Float | - |
