changes
This commit is contained in:
76
fusion_voip_ringcentral/graphify-out/GRAPH_REPORT.md
Normal file
76
fusion_voip_ringcentral/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,76 @@
|
||||
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral (2026-04-22)
|
||||
|
||||
## Corpus Check
|
||||
- 7 files · ~739 words
|
||||
- Verdict: corpus is large enough that graph structure adds value.
|
||||
|
||||
## Summary
|
||||
- 16 nodes · 11 edges · 7 communities detected
|
||||
- Extraction: 100% EXTRACTED · 0% INFERRED · 0% AMBIGUOUS
|
||||
- Token cost: 0 input · 0 output
|
||||
|
||||
## Community Hubs (Navigation)
|
||||
- [[_COMMUNITY_Community 0|Community 0]]
|
||||
- [[_COMMUNITY_Community 1|Community 1]]
|
||||
- [[_COMMUNITY_Community 2|Community 2]]
|
||||
- [[_COMMUNITY_Community 3|Community 3]]
|
||||
- [[_COMMUNITY_Community 4|Community 4]]
|
||||
- [[_COMMUNITY_Community 5|Community 5]]
|
||||
- [[_COMMUNITY_Community 6|Community 6]]
|
||||
|
||||
## God Nodes (most connected - your core abstractions)
|
||||
1. `VoipProvider` - 2 edges
|
||||
2. `Call RingCentral SIP Provision API and auto-configure provider + user credential` - 1 edges
|
||||
3. `ResUsersSettings` - 1 edges
|
||||
4. `ResUsers` - 1 edges
|
||||
|
||||
## Surprising Connections (you probably didn't know these)
|
||||
- None detected - all connections are within the same source files.
|
||||
|
||||
## Communities
|
||||
|
||||
### Community 0 - "Community 0"
|
||||
Cohesion: 0.5
|
||||
Nodes (2): Call RingCentral SIP Provision API and auto-configure provider + user credential, VoipProvider
|
||||
|
||||
### Community 1 - "Community 1"
|
||||
Cohesion: 0.5
|
||||
Nodes (1): ResUsers
|
||||
|
||||
### Community 2 - "Community 2"
|
||||
Cohesion: 0.67
|
||||
Nodes (0):
|
||||
|
||||
### Community 3 - "Community 3"
|
||||
Cohesion: 1.0
|
||||
Nodes (1): ResUsersSettings
|
||||
|
||||
### Community 4 - "Community 4"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 5 - "Community 5"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 6 - "Community 6"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
## Knowledge Gaps
|
||||
- **3 isolated node(s):** `Call RingCentral SIP Provision API and auto-configure provider + user credential`, `ResUsersSettings`, `ResUsers`
|
||||
These have ≤1 connection - possible missing edges or undocumented components.
|
||||
- **Thin community `Community 3`** (2 nodes): `ResUsersSettings`, `res_users_settings.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 4`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 5`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 6`** (1 nodes): `__manifest__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
|
||||
## Suggested Questions
|
||||
_Questions this graph is uniquely positioned to answer:_
|
||||
|
||||
- **What connects `Call RingCentral SIP Provision API and auto-configure provider + user credential`, `ResUsersSettings`, `ResUsers` to the rest of the system?**
|
||||
_3 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L8"}, {"id": "res_users_compute_rc_authorization_id", "label": "_compute_rc_authorization_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L19"}, {"id": "res_users_get_voip_user_configuration_fields", "label": "_get_voip_user_configuration_fields()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L24"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py", "target": "res_users_compute_rc_authorization_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L19", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py", "target": "res_users_get_voip_user_configuration_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L24", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_get_voip_user_configuration_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py", "source_location": "L25"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py", "source_location": "L7", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__init__.py", "source_location": "L5", "weight": 1.0}], "raw_calls": []}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js", "label": "voip_service_patch.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L1"}, {"id": "voip_service_patch_arecredentialsset", "label": "areCredentialsSet()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L8"}, {"id": "voip_service_patch_authorizationusername", "label": "authorizationUsername()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L11"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js", "target": "patch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service_patch_arecredentialsset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service_patch_authorizationusername", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L11", "weight": 1.0}], "raw_calls": [{"caller_nid": "voip_service_patch_arecredentialsset", "callee": "Boolean", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L9"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py", "label": "res_users_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py", "source_location": "L1"}, {"id": "res_users_settings_resuserssettings", "label": "ResUsersSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py", "target": "res_users_settings_resuserssettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py", "source_location": "L8", "weight": 1.0}], "raw_calls": []}
|
||||
257
fusion_voip_ringcentral/graphify-out/graph.html
Normal file
257
fusion_voip_ringcentral/graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
286
fusion_voip_ringcentral/graphify-out/graph.json
Normal file
286
fusion_voip_ringcentral/graphify-out/graph.json
Normal file
@@ -0,0 +1,286 @@
|
||||
{
|
||||
"directed": false,
|
||||
"multigraph": false,
|
||||
"graph": {},
|
||||
"nodes": [
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py",
|
||||
"community": 4,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "__manifest__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__manifest__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_manifest_py",
|
||||
"community": 6,
|
||||
"norm_label": "__manifest__.py"
|
||||
},
|
||||
{
|
||||
"label": "voip_provider.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_voip_provider_py",
|
||||
"community": 0,
|
||||
"norm_label": "voip_provider.py"
|
||||
},
|
||||
{
|
||||
"label": "VoipProvider",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L13",
|
||||
"id": "voip_provider_voipprovider",
|
||||
"community": 0,
|
||||
"norm_label": "voipprovider"
|
||||
},
|
||||
{
|
||||
"label": ".action_provision_sip()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L41",
|
||||
"id": "voip_provider_voipprovider_action_provision_sip",
|
||||
"community": 0,
|
||||
"norm_label": ".action_provision_sip()"
|
||||
},
|
||||
{
|
||||
"label": "Call RingCentral SIP Provision API and auto-configure provider + user credential",
|
||||
"file_type": "rationale",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L42",
|
||||
"id": "voip_provider_rationale_42",
|
||||
"community": 0,
|
||||
"norm_label": "call ringcentral sip provision api and auto-configure provider + user credential"
|
||||
},
|
||||
{
|
||||
"label": "res_users_settings.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py",
|
||||
"community": 3,
|
||||
"norm_label": "res_users_settings.py"
|
||||
},
|
||||
{
|
||||
"label": "ResUsersSettings",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py",
|
||||
"source_location": "L8",
|
||||
"id": "res_users_settings_resuserssettings",
|
||||
"community": 3,
|
||||
"norm_label": "resuserssettings"
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py",
|
||||
"community": 5,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "res_users.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"community": 1,
|
||||
"norm_label": "res_users.py"
|
||||
},
|
||||
{
|
||||
"label": "ResUsers",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L8",
|
||||
"id": "res_users_resusers",
|
||||
"community": 1,
|
||||
"norm_label": "resusers"
|
||||
},
|
||||
{
|
||||
"label": "_compute_rc_authorization_id()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L19",
|
||||
"id": "res_users_compute_rc_authorization_id",
|
||||
"community": 1,
|
||||
"norm_label": "_compute_rc_authorization_id()"
|
||||
},
|
||||
{
|
||||
"label": "_get_voip_user_configuration_fields()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L24",
|
||||
"id": "res_users_get_voip_user_configuration_fields",
|
||||
"community": 1,
|
||||
"norm_label": "_get_voip_user_configuration_fields()"
|
||||
},
|
||||
{
|
||||
"label": "voip_service_patch.js",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js",
|
||||
"community": 2,
|
||||
"norm_label": "voip_service_patch.js"
|
||||
},
|
||||
{
|
||||
"label": "areCredentialsSet()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js",
|
||||
"source_location": "L8",
|
||||
"id": "voip_service_patch_arecredentialsset",
|
||||
"community": 2,
|
||||
"norm_label": "arecredentialsset()"
|
||||
},
|
||||
{
|
||||
"label": "authorizationUsername()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js",
|
||||
"source_location": "L11",
|
||||
"id": "voip_service_patch_authorizationusername",
|
||||
"community": 2,
|
||||
"norm_label": "authorizationusername()"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/__init__.py",
|
||||
"source_location": "L5",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L13",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_voip_provider_py",
|
||||
"_tgt": "voip_provider_voipprovider",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_voip_provider_py",
|
||||
"target": "voip_provider_voipprovider",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L41",
|
||||
"weight": 1.0,
|
||||
"_src": "voip_provider_voipprovider",
|
||||
"_tgt": "voip_provider_voipprovider_action_provision_sip",
|
||||
"source": "voip_provider_voipprovider",
|
||||
"target": "voip_provider_voipprovider_action_provision_sip",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/voip_provider.py",
|
||||
"source_location": "L42",
|
||||
"weight": 1.0,
|
||||
"_src": "voip_provider_rationale_42",
|
||||
"_tgt": "voip_provider_voipprovider_action_provision_sip",
|
||||
"source": "voip_provider_voipprovider_action_provision_sip",
|
||||
"target": "voip_provider_rationale_42",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users_settings.py",
|
||||
"source_location": "L8",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py",
|
||||
"_tgt": "res_users_settings_resuserssettings",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_settings_py",
|
||||
"target": "res_users_settings_resuserssettings",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/__init__.py",
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L8",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"_tgt": "res_users_resusers",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"target": "res_users_resusers",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L19",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"_tgt": "res_users_compute_rc_authorization_id",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"target": "res_users_compute_rc_authorization_id",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/models/res_users.py",
|
||||
"source_location": "L24",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"_tgt": "res_users_get_voip_user_configuration_fields",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_models_res_users_py",
|
||||
"target": "res_users_get_voip_user_configuration_fields",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js",
|
||||
"source_location": "L8",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js",
|
||||
"_tgt": "voip_service_patch_arecredentialsset",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js",
|
||||
"target": "voip_service_patch_arecredentialsset",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_voip_ringcentral/static/src/voip_service_patch.js",
|
||||
"source_location": "L11",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js",
|
||||
"_tgt": "voip_service_patch_authorizationusername",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_voip_ringcentral_static_src_voip_service_patch_js",
|
||||
"target": "voip_service_patch_authorizationusername",
|
||||
"confidence_score": 1.0
|
||||
}
|
||||
],
|
||||
"hyperedges": []
|
||||
}
|
||||
Reference in New Issue
Block a user