Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Test API
Entity: test_new_api.modified.line
Description: A model to check modified trigger
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| child_ids | One-to-Many | test_new_api.modified.line | ||
| modified_id | Many-to-One | test_new_api.modified | ||
| modified_name | Char | modified_id.name | ||
| parent_id | Many-to-One | test_new_api.modified.line | ||
| price | Float | - | ||
| quantity | Integer | - | ||
| total_price | Float | - | _compute_total_quantity | |
| total_price_quantity | Float | - | _compute_total_price_quantity |
