Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Base
Entity: res.partner.bank
Description: Bank Accounts
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| acc_holder_name | Account Holder Name | Char | - | _compute_account_holder_name |
| acc_number | Account Number | Char | - | |
| acc_type | Type | Selection | - | _compute_acc_type |
| active | Boolean | - | ||
| allow_out_payment | Send Money | Boolean | - | |
| bank_bic | Char | bank_id.bic | ||
| bank_id | Bank | Many-to-One | res.bank | |
| bank_name | Char | bank_id.name | ||
| company_id | Company | Many-to-One | res.company | |
| currency_id | Currency | Many-to-One | res.currency | |
| partner_id | Account Holder | Many-to-One | res.partner | |
| sanitized_acc_number | Sanitized Account Number | Char | - | _compute_sanitized_acc_number |
| sequence | Integer | - |
