1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "label": "fusion_followup_cron.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L1"}, {"id": "fusion_followup_cron_fusionfollowupcron", "label": "FusionFollowupCron", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L18"}, {"id": "fusion_followup_cron_cron_daily_scan", "label": "_cron_daily_scan()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L23"}, {"id": "fusion_followup_cron_cron_risk_refresh", "label": "_cron_risk_refresh()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L59"}, {"id": "fusion_followup_cron_rationale_1", "label": "Cron handlers for fusion_accounting_followup. Two scheduled jobs: - Daily scan:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L1"}, {"id": "fusion_followup_cron_rationale_24", "label": "Scan every partner with overdue and send follow-ups when due.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L24"}, {"id": "fusion_followup_cron_rationale_60", "label": "Refresh fusion_followup_risk_score on every partner with overdue.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L60"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "fusion_followup_cron_fusionfollowupcron", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "fusion_followup_cron_cron_daily_scan", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L23", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "target": "fusion_followup_cron_cron_risk_refresh", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L59", "weight": 1.0}, {"source": "fusion_followup_cron_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L1", "weight": 1.0}, {"source": "fusion_followup_cron_rationale_24", "target": "fusion_followup_cron_fusionfollowupcron_cron_daily_scan", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L24", "weight": 1.0}, {"source": "fusion_followup_cron_rationale_60", "target": "fusion_followup_cron_fusionfollowupcron_cron_risk_refresh", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L60", "weight": 1.0}], "raw_calls": [{"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L26"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L27"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L32"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L34"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L34"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L34"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L38"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L38"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L39"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "savepoint", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L42"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "send_followup_email", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L43"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L44"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L49"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L53"}, {"caller_nid": "fusion_followup_cron_cron_daily_scan", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L55"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L61"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L63"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L64"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L64"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L64"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L64"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L72"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "get_overdue_for_partner", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L74"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L75"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L81"}, {"caller_nid": "fusion_followup_cron_cron_risk_refresh", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "source_location": "L84"}]} |