1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "label": "hr_employee.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L1"}, {"id": "hr_employee_hremployee", "label": "HrEmployee", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L10"}, {"id": "hr_employee_hremployee_get_fclk_break_minutes", "label": "._get_fclk_break_minutes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L104"}, {"id": "hr_employee_hremployee_get_fclk_scheduled_times", "label": "._get_fclk_scheduled_times()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L119"}, {"id": "hr_employee_hremployee_get_fclk_scheduled_hours", "label": "._get_fclk_scheduled_hours()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L163"}, {"id": "hr_employee_hremployee_compute_absence_counts", "label": "._compute_absence_counts()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L174"}, {"id": "hr_employee_hremployee_compute_overtime", "label": "._compute_overtime()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L194"}, {"id": "hr_employee_rationale_105", "label": "Return effective break minutes for this employee. Priority: employee ove", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L105"}, {"id": "hr_employee_rationale_120", "label": "Return (scheduled_in_dt, scheduled_out_dt) for a given date. Uses emplo", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L120"}, {"id": "hr_employee_rationale_164", "label": "Return the expected work hours for this employee's shift.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L164"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "target": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "target": "hr_employee_hremployee", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L10", "weight": 1.0}, {"source": "hr_employee_hremployee", "target": "hr_employee_hremployee_get_fclk_break_minutes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L104", "weight": 1.0}, {"source": "hr_employee_hremployee", "target": "hr_employee_hremployee_get_fclk_scheduled_times", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L119", "weight": 1.0}, {"source": "hr_employee_hremployee", "target": "hr_employee_hremployee_get_fclk_scheduled_hours", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L163", "weight": 1.0}, {"source": "hr_employee_hremployee", "target": "hr_employee_hremployee_compute_absence_counts", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L174", "weight": 1.0}, {"source": "hr_employee_hremployee", "target": "hr_employee_hremployee_compute_overtime", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L194", "weight": 1.0}, {"source": "hr_employee_hremployee_get_fclk_scheduled_hours", "target": "hr_employee_hremployee_get_fclk_break_minutes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L171", "weight": 1.0}, {"source": "hr_employee_rationale_105", "target": "hr_employee_hremployee_get_fclk_break_minutes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L105", "weight": 1.0}, {"source": "hr_employee_rationale_120", "target": "hr_employee_hremployee_get_fclk_scheduled_times", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L120", "weight": 1.0}, {"source": "hr_employee_rationale_164", "target": "hr_employee_hremployee_get_fclk_scheduled_hours", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L164", "weight": 1.0}], "raw_calls": [{"caller_nid": "hr_employee_hremployee_get_fclk_break_minutes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L108"}, {"caller_nid": "hr_employee_hremployee_get_fclk_break_minutes", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L113"}, {"caller_nid": "hr_employee_hremployee_get_fclk_break_minutes", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L114"}, {"caller_nid": "hr_employee_hremployee_get_fclk_break_minutes", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L114"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L129"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L134"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L135"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L135"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L136"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L136"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L138"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L139"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L140"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L141"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "timezone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L149"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "localize", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L152"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "combine", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L153"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L153"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "time", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L153"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "localize", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L155"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "combine", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L156"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L156"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "time", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L156"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L159"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "astimezone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L159"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L160"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_times", "callee": "astimezone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L160"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L165"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L168"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L169"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L169"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L170"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L170"}, {"caller_nid": "hr_employee_hremployee_get_fclk_scheduled_hours", "callee": "max", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L172"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L175"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "get_local_today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L178"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L179"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L180"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "get_local_day_boundaries", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L181"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "get_local_day_boundaries", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L182"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "search_count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L183"}, {"caller_nid": "hr_employee_hremployee_compute_absence_counts", "callee": "search_count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L188"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L195"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "get_local_today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L198"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L199"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L199"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L200"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "get_local_day_boundaries", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L201"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "get_local_day_boundaries", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L202"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L204"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L209"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L211"}, {"caller_nid": "hr_employee_hremployee_compute_overtime", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "source_location": "L216"}]} |