This commit is contained in:
gsinghpal
2026-04-24 21:04:38 -04:00
parent 0eab4b4efb
commit 41d0908ade
4083 changed files with 1230780 additions and 287 deletions

View File

@@ -0,0 +1,109 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_api (2026-04-22)
## Corpus Check
- 13 files · ~5,445 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 69 nodes · 87 edges · 12 communities detected
- Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 2 edges (avg confidence: 0.8)
- 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]]
- [[_COMMUNITY_Community 7|Community 7]]
- [[_COMMUNITY_Community 8|Community 8]]
- [[_COMMUNITY_Community 9|Community 9]]
- [[_COMMUNITY_Community 10|Community 10]]
- [[_COMMUNITY_Community 11|Community 11]]
## God Nodes (most connected - your core abstractions)
1. `FusionApiService` - 15 edges
2. `FusionApiDashboard` - 12 edges
3. `FusionApiProvider` - 4 edges
4. `FusionApiConsumer` - 3 edges
5. `FusionApiKey` - 3 edges
6. `FusionApiUsageDaily` - 2 edges
7. `_cron_aggregate_daily()` - 2 edges
8. `FusionApiUserLimit` - 2 edges
9. `FusionApiUsage` - 2 edges
10. `FusionApiAccess` - 2 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.37
Nodes (1): FusionApiService
### Community 1 - "Community 1"
Cohesion: 0.17
Nodes (3): FusionApiKey, _cron_aggregate_daily(), FusionApiUsageDaily
### Community 2 - "Community 2"
Cohesion: 0.17
Nodes (1): FusionApiDashboard
### Community 3 - "Community 3"
Cohesion: 0.29
Nodes (1): FusionApiProvider
### Community 4 - "Community 4"
Cohesion: 0.5
Nodes (1): FusionApiConsumer
### Community 5 - "Community 5"
Cohesion: 0.5
Nodes (1): FusionApiUserLimit
### Community 6 - "Community 6"
Cohesion: 0.5
Nodes (1): FusionApiUsage
### Community 7 - "Community 7"
Cohesion: 0.5
Nodes (1): FusionApiAccess
### Community 8 - "Community 8"
Cohesion: 1.0
Nodes (1): ResConfigSettings
### Community 9 - "Community 9"
Cohesion: 1.0
Nodes (0):
### Community 10 - "Community 10"
Cohesion: 1.0
Nodes (0):
### Community 11 - "Community 11"
Cohesion: 1.0
Nodes (0):
## Knowledge Gaps
- **1 isolated node(s):** `ResConfigSettings`
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 8`** (2 nodes): `ResConfigSettings`, `res_config_settings.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 9`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 10`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 11`** (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:_
- **Why does `FusionApiService` connect `Community 0` to `Community 1`?**
_High betweenness centrality (0.098) - this node is a cross-community bridge._
- **What connects `ResConfigSettings` to the rest of the system?**
_1 weakly-connected nodes found - possible documentation gaps or missing edges._

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/res_config_settings.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/res_config_settings.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/res_config_settings.py", "source_location": "L8", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_api_access_py", "label": "api_access.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L1"}, {"id": "api_access_fusionapiaccess", "label": "FusionApiAccess", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L8"}, {"id": "api_access_compute_display_name", "label": "_compute_display_name()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L63"}, {"id": "api_access_fusionapiaccess_compute_current_usage", "label": "._compute_current_usage()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L69"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_access_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_access_py", "target": "api_access_fusionapiaccess", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_access_py", "target": "api_access_compute_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L63", "weight": 1.0}, {"source": "api_access_fusionapiaccess", "target": "api_access_fusionapiaccess_compute_current_usage", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L69", "weight": 1.0}], "raw_calls": [{"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L70"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L71"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L73"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L73"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "to_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L76"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L79"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L80"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L82"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L83"}, {"caller_nid": "api_access_fusionapiaccess_compute_current_usage", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_access.py", "source_location": "L84"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_api_usage_py", "label": "api_usage.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L1"}, {"id": "api_usage_fusionapiusage", "label": "FusionApiUsage", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L8"}, {"id": "api_usage_compute_total_tokens", "label": "_compute_total_tokens()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L45"}, {"id": "api_usage_fusionapiusage_compute_display_name", "label": "._compute_display_name()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L49"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_usage_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_usage_py", "target": "api_usage_fusionapiusage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_usage_py", "target": "api_usage_compute_total_tokens", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L45", "weight": 1.0}, {"source": "api_usage_fusionapiusage", "target": "api_usage_fusionapiusage_compute_display_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_usage.py", "source_location": "L49", "weight": 1.0}], "raw_calls": []}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/__init__.py", "source_location": "L5", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_api_user_limit_py", "label": "api_user_limit.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L1"}, {"id": "api_user_limit_fusionapiuserlimit", "label": "FusionApiUserLimit", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L8"}, {"id": "api_user_limit_compute_display_name", "label": "_compute_display_name()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L45"}, {"id": "api_user_limit_fusionapiuserlimit_compute_current_usage", "label": "._compute_current_usage()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L51"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_user_limit_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_user_limit_py", "target": "api_user_limit_fusionapiuserlimit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_user_limit_py", "target": "api_user_limit_compute_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L45", "weight": 1.0}, {"source": "api_user_limit_fusionapiuserlimit", "target": "api_user_limit_fusionapiuserlimit_compute_current_usage", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L51", "weight": 1.0}], "raw_calls": [{"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L52"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L53"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L55"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L55"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "to_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L58"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L61"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L62"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L64"}, {"caller_nid": "api_user_limit_fusionapiuserlimit_compute_current_usage", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_user_limit.py", "source_location": "L65"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_api_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/__init__.py", "source_location": "L13", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_api_models_api_consumer_py", "label": "api_consumer.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L1"}, {"id": "api_consumer_fusionapiconsumer", "label": "FusionApiConsumer", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L8"}, {"id": "api_consumer_fusionapiconsumer_compute_usage_stats", "label": "._compute_usage_stats()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L40"}, {"id": "api_consumer_fusionapiconsumer_action_toggle_access", "label": ".action_toggle_access()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L52"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_consumer_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_api_models_api_consumer_py", "target": "api_consumer_fusionapiconsumer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L8", "weight": 1.0}, {"source": "api_consumer_fusionapiconsumer", "target": "api_consumer_fusionapiconsumer_compute_usage_stats", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L40", "weight": 1.0}, {"source": "api_consumer_fusionapiconsumer", "target": "api_consumer_fusionapiconsumer_action_toggle_access", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L52", "weight": 1.0}], "raw_calls": [{"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L41"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L42"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L44"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L44"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "to_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L46"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L49"}, {"caller_nid": "api_consumer_fusionapiconsumer_compute_usage_stats", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_api/models/api_consumer.py", "source_location": "L50"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff