Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个自定义小部件来显示部门层次结构图,如果有办法使用已经存在的hr_org_chart - 在员工表单上使用的显示底层员工 -小部件就可以了。
hr_org_chart
hr.employee是硬编码的,hr_org_chart因此您只能显示员工组织层次结构。
hr.employee
您可以基于hr_org_chart.
您需要将hr.employee模型替换为hr.department 替换employee_id为department_id 删除模型中不存在的所有字段department。 重命名模板
hr.department
employee_id
department_id
department
我做了一个快速测试,它奏效了。