Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Partner Relations
Entity: res.partner.relation.all
Description: All (non-inverse + inverse) relations between partners
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| any_partner_id | Partner | Many-to-Many | res.partner | |
| date_end | Ending date | Date | - | |
| date_start | Starting date | Date | - | |
| is_inverse | Is reverse type? | Boolean | - | |
| other_partner_id | Many-to-One | res.partner | ||
| res_id | Resource ID | Integer | - | |
| res_model | Resource Model | Char | - | |
| this_partner_id | One Partner | Many-to-One | res.partner | |
| type_id | Underlying Relation Type | Many-to-One | res.partner.relation.type | |
| type_selection_id | Relation Type | Many-to-One | res.partner.relation.type.selection |
