Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Employees
Entity: hr.employee.base
Compute Method: _compute_phones
| Inputs | Method | Outputs |
|---|---|---|
|
- for employee in self: - if employee.address_id and employee.address_id.phone: - employee.work_phone = employee.address_id.phone - else: - employee.work_phone = False |
|
