mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-24 19:32:02 +02:00
19.0 vanilla
This commit is contained in:
parent
e1d89e11e3
commit
a1f02d8cc7
225 changed files with 2335 additions and 775 deletions
|
|
@ -32,6 +32,7 @@ class HrOrgChartController(http.Controller):
|
|||
job_name=job.name or '',
|
||||
direct_sub_count=len(employee.child_ids - employee),
|
||||
indirect_sub_count=employee.child_all_count,
|
||||
write_date=int(employee.write_date.timestamp()) * 1000, # to have it in milliseconds for js
|
||||
)
|
||||
|
||||
@http.route('/hr/get_redirect_model', type='jsonrpc', auth='user')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue