1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "label": "adp_posting_schedule.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L1"}, {"id": "adp_posting_schedule_adppostingschedulemixin", "label": "ADPPostingScheduleMixin", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L13"}, {"id": "adp_posting_schedule_get_adp_posting_base_date", "label": "_get_adp_posting_base_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L31"}, {"id": "adp_posting_schedule_get_adp_posting_frequency", "label": "_get_adp_posting_frequency()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L41"}, {"id": "adp_posting_schedule_get_next_posting_date", "label": "_get_next_posting_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L51"}, {"id": "adp_posting_schedule_get_current_posting_date", "label": "_get_current_posting_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L91"}, {"id": "adp_posting_schedule_get_posting_week_wednesday", "label": "_get_posting_week_wednesday()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L120"}, {"id": "adp_posting_schedule_get_posting_week_tuesday", "label": "_get_posting_week_tuesday()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L144"}, {"id": "adp_posting_schedule_get_posting_week_monday", "label": "_get_posting_week_monday()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L164"}, {"id": "adp_posting_schedule_get_expected_payment_date", "label": "_get_expected_payment_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L181"}, {"id": "adp_posting_schedule_get_payment_processed_date", "label": "_get_payment_processed_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L196"}, {"id": "adp_posting_schedule_get_adp_billing_reminder_user", "label": "_get_adp_billing_reminder_user()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L211"}, {"id": "adp_posting_schedule_get_adp_correction_reminder_users", "label": "_get_adp_correction_reminder_users()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L224"}, {"id": "adp_posting_schedule_is_past_submission_deadline", "label": "_is_past_submission_deadline()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L237"}, {"id": "adp_posting_schedule_rationale_14", "label": "Mixin providing ADP posting schedule calculation methods. This mixin ca", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L14"}, {"id": "adp_posting_schedule_rationale_32", "label": "Get the configured base posting date from settings.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L32"}, {"id": "adp_posting_schedule_rationale_42", "label": "Get the configured posting frequency in days from settings.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L42"}, {"id": "adp_posting_schedule_rationale_52", "label": "Calculate the next ADP posting date from a given date. Args:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L52"}, {"id": "adp_posting_schedule_rationale_92", "label": "Get the posting date for the current cycle (may be in the past).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L92"}, {"id": "adp_posting_schedule_rationale_121", "label": "Get the Wednesday before the posting date (submission deadline day).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L121"}, {"id": "adp_posting_schedule_rationale_145", "label": "Get the Tuesday of the posting week (delivery reminder date). A", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L145"}, {"id": "adp_posting_schedule_rationale_165", "label": "Get the Monday of the posting week (billing reminder date). Arg", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L165"}, {"id": "adp_posting_schedule_rationale_182", "label": "Get the expected payment received date (posting + 10 days). Arg", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L182"}, {"id": "adp_posting_schedule_rationale_197", "label": "Get the payment processed date (posting + 7 days). Args:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L197"}, {"id": "adp_posting_schedule_rationale_212", "label": "Get the configured billing reminder user from settings.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L212"}, {"id": "adp_posting_schedule_rationale_225", "label": "Get the configured correction reminder users from settings.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L225"}, {"id": "adp_posting_schedule_rationale_238", "label": "Check if we're past the submission deadline for a posting cycle.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L238"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_adppostingschedulemixin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_adp_posting_base_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L31", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_adp_posting_frequency", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L41", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_next_posting_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L51", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_current_posting_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L91", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_posting_week_wednesday", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L120", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_posting_week_tuesday", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L144", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_posting_week_monday", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L164", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_expected_payment_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L181", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_payment_processed_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L196", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_adp_billing_reminder_user", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L211", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_get_adp_correction_reminder_users", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L224", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_adp_posting_schedule_py", "target": "adp_posting_schedule_is_past_submission_deadline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L237", "weight": 1.0}, {"source": "adp_posting_schedule_get_next_posting_date", "target": "adp_posting_schedule_get_adp_posting_base_date", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L65", "weight": 1.0}, {"source": "adp_posting_schedule_get_next_posting_date", "target": "adp_posting_schedule_get_adp_posting_frequency", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L66", "weight": 1.0}, {"source": "adp_posting_schedule_get_current_posting_date", "target": "adp_posting_schedule_get_adp_posting_base_date", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L105", "weight": 1.0}, {"source": "adp_posting_schedule_get_current_posting_date", "target": "adp_posting_schedule_get_adp_posting_frequency", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L106", "weight": 1.0}, {"source": "adp_posting_schedule_is_past_submission_deadline", "target": "adp_posting_schedule_get_next_posting_date", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L250", "weight": 1.0}, {"source": "adp_posting_schedule_is_past_submission_deadline", "target": "adp_posting_schedule_get_posting_week_wednesday", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L252", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_14", "target": "adp_posting_schedule_adppostingschedulemixin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L14", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_32", "target": "adp_posting_schedule_adppostingschedulemixin_get_adp_posting_base_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L32", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_42", "target": "adp_posting_schedule_adppostingschedulemixin_get_adp_posting_frequency", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L42", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_52", "target": "adp_posting_schedule_adppostingschedulemixin_get_next_posting_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L52", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_92", "target": "adp_posting_schedule_adppostingschedulemixin_get_current_posting_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L92", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_121", "target": "adp_posting_schedule_adppostingschedulemixin_get_posting_week_wednesday", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L121", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_145", "target": "adp_posting_schedule_adppostingschedulemixin_get_posting_week_tuesday", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L145", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_165", "target": "adp_posting_schedule_adppostingschedulemixin_get_posting_week_monday", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L165", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_182", "target": "adp_posting_schedule_adppostingschedulemixin_get_expected_payment_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L182", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_197", "target": "adp_posting_schedule_adppostingschedulemixin_get_payment_processed_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L197", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_212", "target": "adp_posting_schedule_adppostingschedulemixin_get_adp_billing_reminder_user", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L212", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_225", "target": "adp_posting_schedule_adppostingschedulemixin_get_adp_correction_reminder_users", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L225", "weight": 1.0}, {"source": "adp_posting_schedule_rationale_238", "target": "adp_posting_schedule_adppostingschedulemixin_is_past_submission_deadline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L238", "weight": 1.0}], "raw_calls": [{"caller_nid": "adp_posting_schedule_get_adp_posting_base_date", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L33"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_base_date", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L34"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_base_date", "callee": "fromisoformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L36"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_base_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L38"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_frequency", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L43"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_frequency", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L44"}, {"caller_nid": "adp_posting_schedule_get_adp_posting_frequency", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L46"}, {"caller_nid": "adp_posting_schedule_get_next_posting_date", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L61"}, {"caller_nid": "adp_posting_schedule_get_next_posting_date", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L62"}, {"caller_nid": "adp_posting_schedule_get_next_posting_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L63"}, {"caller_nid": "adp_posting_schedule_get_next_posting_date", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L82"}, {"caller_nid": "adp_posting_schedule_get_current_posting_date", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L101"}, {"caller_nid": "adp_posting_schedule_get_current_posting_date", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L102"}, {"caller_nid": "adp_posting_schedule_get_current_posting_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L103"}, {"caller_nid": "adp_posting_schedule_get_current_posting_date", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L117"}, {"caller_nid": "adp_posting_schedule_get_posting_week_wednesday", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L132"}, {"caller_nid": "adp_posting_schedule_get_posting_week_wednesday", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L133"}, {"caller_nid": "adp_posting_schedule_get_posting_week_wednesday", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L137"}, {"caller_nid": "adp_posting_schedule_get_posting_week_wednesday", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L138"}, {"caller_nid": "adp_posting_schedule_get_posting_week_wednesday", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L141"}, {"caller_nid": "adp_posting_schedule_get_posting_week_tuesday", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L153"}, {"caller_nid": "adp_posting_schedule_get_posting_week_tuesday", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L154"}, {"caller_nid": "adp_posting_schedule_get_posting_week_tuesday", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L157"}, {"caller_nid": "adp_posting_schedule_get_posting_week_tuesday", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L158"}, {"caller_nid": "adp_posting_schedule_get_posting_week_tuesday", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L161"}, {"caller_nid": "adp_posting_schedule_get_posting_week_monday", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L173"}, {"caller_nid": "adp_posting_schedule_get_posting_week_monday", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L174"}, {"caller_nid": "adp_posting_schedule_get_posting_week_monday", "callee": "weekday", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L177"}, {"caller_nid": "adp_posting_schedule_get_posting_week_monday", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L178"}, {"caller_nid": "adp_posting_schedule_get_expected_payment_date", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L190"}, {"caller_nid": "adp_posting_schedule_get_expected_payment_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L191"}, {"caller_nid": "adp_posting_schedule_get_expected_payment_date", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L193"}, {"caller_nid": "adp_posting_schedule_get_payment_processed_date", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L205"}, {"caller_nid": "adp_posting_schedule_get_payment_processed_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L206"}, {"caller_nid": "adp_posting_schedule_get_payment_processed_date", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L208"}, {"caller_nid": "adp_posting_schedule_get_adp_billing_reminder_user", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L213"}, {"caller_nid": "adp_posting_schedule_get_adp_billing_reminder_user", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L214"}, {"caller_nid": "adp_posting_schedule_get_adp_billing_reminder_user", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L217"}, {"caller_nid": "adp_posting_schedule_get_adp_billing_reminder_user", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L218"}, {"caller_nid": "adp_posting_schedule_get_adp_billing_reminder_user", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L218"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L226"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L227"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L230"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L230"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L230"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L230"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L231"}, {"caller_nid": "adp_posting_schedule_get_adp_correction_reminder_users", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L231"}, {"caller_nid": "adp_posting_schedule_is_past_submission_deadline", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L253"}, {"caller_nid": "adp_posting_schedule_is_past_submission_deadline", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/adp_posting_schedule.py", "source_location": "L259"}]} |