Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Payment Engine
Entity: payment.transaction
Description: Payment Transaction
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| amount | Amount | Monetary | - | |
| callback_hash | Callback Hash | Char | - | |
| callback_is_done | Callback Done | Boolean | - | |
| callback_method | Callback Method | Char | - | |
| callback_model_id | Callback Document Model | Many-to-One | ir.model | |
| callback_res_id | Callback Record ID | Integer | - | |
| child_transaction_ids | Child Transactions | One-to-Many | payment.transaction | |
| company_id | Many-to-One | provider_id.company_id | ||
| currency_id | Currency | Many-to-One | res.currency | |
| is_post_processed | Is Post-processed | Boolean | - | |
| landing_route | Landing Route | Char | - | |
| last_state_change | Last State Change Date | Datetime | - | |
| operation | Operation | Selection | - | |
| partner_address | Address | Char | - | |
| partner_city | City | Char | - | |
| partner_country_id | Country | Many-to-One | res.country | |
| partner_email | Char | - | ||
| partner_id | Customer | Many-to-One | res.partner | |
| partner_lang | Language | Selection | - | |
| partner_name | Partner Name | Char | - | |
| partner_phone | Phone | Char | - | |
| partner_state_id | State | Many-to-One | res.country.state | |
| partner_zip | Zip | Char | - | |
| payment_method_code | Payment Method Code | Char | payment_method_id.code | |
| payment_method_id | Payment Method | Many-to-One | payment.method | |
| provider_code | Provider Code | Selection | provider_id.code | |
| provider_id | Provider | Many-to-One | payment.provider | |
| provider_reference | Provider Reference | Char | - | |
| reference | Reference | Char | - | |
| refunds_count | Refunds Count | Integer | - | _compute_refunds_count |
| source_transaction_id | Source Transaction | Many-to-One | payment.transaction | |
| state | Status | Selection | - | |
| state_message | Message | Text | - | |
| token_id | Payment Token | Many-to-One | payment.token | |
| tokenize | Create Token | Boolean | - |
