Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Lunch
Entity: lunch.supplier
Description: Lunch Supplier
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| automatic_email_time | Order Time | Float | - | |
| available_location_ids | Location | Many-to-Many | lunch.location | |
| available_today | This is True when if the supplier is available today | Boolean | - | _compute_available_today |
| city | Char | partner_id.city | ||
| company_id | Many-to-One | res.company | ||
| country_id | Many-to-One | res.country | ||
| cron_id | Many-to-One | ir.cron | ||
| delivery | Selection | - | ||
| Char | partner_id.email | |||
| email_formatted | Char | partner_id.email_formatted | ||
| fri | Boolean | - | ||
| moment | Selection | - | ||
| mon | Boolean | - | ||
| name | Name | Char | partner_id.name | |
| order_deadline_passed | Boolean | - | _compute_order_deadline_passed | |
| partner_id | Vendor | Many-to-One | res.partner | |
| phone | Char | partner_id.phone | ||
| recurrency_end_date | Until | Date | - | |
| responsible_id | Responsible | Many-to-One | res.users | |
| sat | Boolean | - | ||
| send_by | Selection | - | ||
| show_confirm_button | Boolean | - | _compute_buttons | |
| show_order_button | Boolean | - | _compute_buttons | |
| state_id | Many-to-One | res.country.state | ||
| street | Char | partner_id.street | ||
| street2 | Char | partner_id.street2 | ||
| sun | Boolean | - | ||
| thu | Boolean | - | ||
| topping_ids_1 | One-to-Many | lunch.topping | ||
| topping_ids_2 | One-to-Many | lunch.topping | ||
| topping_ids_3 | One-to-Many | lunch.topping | ||
| topping_label_1 | Extra 1 Label | Char | - | |
| topping_label_2 | Extra 2 Label | Char | - | |
| topping_label_3 | Extra 3 Label | Char | - | |
| topping_quantity_1 | Selection | - | ||
| topping_quantity_2 | Selection | - | ||
| topping_quantity_3 | Selection | - | ||
| tue | Boolean | - | ||
| tz | Timezone | Selection | - | |
| wed | Boolean | - | ||
| zip_code | Char | partner_id.zip |
