19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-25 12:00:11 +01:00
parent e1d89e11e3
commit a1f02d8cc7
225 changed files with 2335 additions and 775 deletions

View file

@ -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')