Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Payroll
Entity: hr.payroll.structure
Description: Salary Structure
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| children_ids | Children | One-to-Many | hr.payroll.structure | |
| code | Reference | Char | - | |
| company_id | Company | Many-to-One | res.company | |
| name | Char | - | ||
| note | Description | Text | - | |
| parent_id | Parent | Many-to-One | hr.payroll.structure | |
| require_code | Require code | Boolean | - | _compute_require_code |
| rule_ids | Salary Rules | Many-to-Many | hr.salary.rule |
