changes
This commit is contained in:
85
fusion-statements/graphify-out/GRAPH_REPORT.md
Normal file
85
fusion-statements/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,85 @@
|
||||
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion-statements (2026-04-22)
|
||||
|
||||
## Corpus Check
|
||||
- 7 files · ~843 words
|
||||
- Verdict: corpus is large enough that graph structure adds value.
|
||||
|
||||
## Summary
|
||||
- 20 nodes · 21 edges · 8 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]]
|
||||
- [[_COMMUNITY_Community 7|Community 7]]
|
||||
|
||||
## God Nodes (most connected - your core abstractions)
|
||||
1. `FusionStatementImport` - 8 edges
|
||||
2. `AccountJournal` - 2 edges
|
||||
3. `FusionStatementImportLine` - 1 edges
|
||||
4. `FusionStatementImportLog` - 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.43
|
||||
Nodes (1): FusionStatementImport
|
||||
|
||||
### Community 1 - "Community 1"
|
||||
Cohesion: 0.67
|
||||
Nodes (1): FusionStatementImportLine
|
||||
|
||||
### Community 2 - "Community 2"
|
||||
Cohesion: 0.67
|
||||
Nodes (1): AccountJournal
|
||||
|
||||
### Community 3 - "Community 3"
|
||||
Cohesion: 1.0
|
||||
Nodes (1): FusionStatementImportLog
|
||||
|
||||
### 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):
|
||||
|
||||
### Community 7 - "Community 7"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
## Knowledge Gaps
|
||||
- **2 isolated node(s):** `FusionStatementImportLine`, `FusionStatementImportLog`
|
||||
These have ≤1 connection - possible missing edges or undocumented components.
|
||||
- **Thin community `Community 3`** (2 nodes): `FusionStatementImportLog`, `import_log.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): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 7`** (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 `FusionStatementImport` connect `Community 0` to `Community 1`?**
|
||||
_High betweenness centrality (0.187) - this node is a cross-community bridge._
|
||||
- **What connects `FusionStatementImportLine`, `FusionStatementImportLog` to the rest of the system?**
|
||||
_2 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py", "label": "import_log.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py", "source_location": "L1"}, {"id": "import_log_fusionstatementimportlog", "label": "FusionStatementImportLog", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py", "target": "import_log_fusionstatementimportlog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py", "label": "account_journal.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L1"}, {"id": "account_journal_accountjournal", "label": "AccountJournal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L4"}, {"id": "account_journal_accountjournal_action_open_statement_import", "label": ".action_open_statement_import()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L7"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py", "target": "account_journal_accountjournal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L4", "weight": 1.0}, {"source": "account_journal_accountjournal", "target": "account_journal_accountjournal_action_open_statement_import", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_journal_accountjournal_action_open_statement_import", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py", "source_location": "L8"}]}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}
|
||||
257
fusion-statements/graphify-out/graph.html
Normal file
257
fusion-statements/graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
442
fusion-statements/graphify-out/graph.json
Normal file
442
fusion-statements/graphify-out/graph.json
Normal file
@@ -0,0 +1,442 @@
|
||||
{
|
||||
"directed": false,
|
||||
"multigraph": false,
|
||||
"graph": {},
|
||||
"nodes": [
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py",
|
||||
"community": 4,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "__manifest__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__manifest__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_manifest_py",
|
||||
"community": 7,
|
||||
"norm_label": "__manifest__.py"
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py",
|
||||
"community": 5,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "import_statement.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"community": 1,
|
||||
"norm_label": "import_statement.py"
|
||||
},
|
||||
{
|
||||
"label": "FusionStatementImportLine",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L17",
|
||||
"id": "import_statement_fusionstatementimportline",
|
||||
"community": 1,
|
||||
"norm_label": "fusionstatementimportline"
|
||||
},
|
||||
{
|
||||
"label": "FusionStatementImport",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L31",
|
||||
"id": "import_statement_fusionstatementimport",
|
||||
"community": 0,
|
||||
"norm_label": "fusionstatementimport"
|
||||
},
|
||||
{
|
||||
"label": "_compute_counts()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L59",
|
||||
"id": "import_statement_compute_counts",
|
||||
"community": 1,
|
||||
"norm_label": "_compute_counts()"
|
||||
},
|
||||
{
|
||||
"label": ".action_parse()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L70",
|
||||
"id": "import_statement_fusionstatementimport_action_parse",
|
||||
"community": 0,
|
||||
"norm_label": ".action_parse()"
|
||||
},
|
||||
{
|
||||
"label": ".action_import()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L141",
|
||||
"id": "import_statement_fusionstatementimport_action_import",
|
||||
"community": 0,
|
||||
"norm_label": ".action_import()"
|
||||
},
|
||||
{
|
||||
"label": ".action_back()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L215",
|
||||
"id": "import_statement_fusionstatementimport_action_back",
|
||||
"community": 0,
|
||||
"norm_label": ".action_back()"
|
||||
},
|
||||
{
|
||||
"label": ".action_select_all_new()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L220",
|
||||
"id": "import_statement_fusionstatementimport_action_select_all_new",
|
||||
"community": 0,
|
||||
"norm_label": ".action_select_all_new()"
|
||||
},
|
||||
{
|
||||
"label": ".action_select_none()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L226",
|
||||
"id": "import_statement_fusionstatementimport_action_select_none",
|
||||
"community": 0,
|
||||
"norm_label": ".action_select_none()"
|
||||
},
|
||||
{
|
||||
"label": ".action_select_all()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L231",
|
||||
"id": "import_statement_fusionstatementimport_action_select_all",
|
||||
"community": 0,
|
||||
"norm_label": ".action_select_all()"
|
||||
},
|
||||
{
|
||||
"label": "._reopen()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L236",
|
||||
"id": "import_statement_fusionstatementimport_reopen",
|
||||
"community": 0,
|
||||
"norm_label": "._reopen()"
|
||||
},
|
||||
{
|
||||
"label": "account_journal.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py",
|
||||
"community": 2,
|
||||
"norm_label": "account_journal.py"
|
||||
},
|
||||
{
|
||||
"label": "AccountJournal",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py",
|
||||
"source_location": "L4",
|
||||
"id": "account_journal_accountjournal",
|
||||
"community": 2,
|
||||
"norm_label": "accountjournal"
|
||||
},
|
||||
{
|
||||
"label": ".action_open_statement_import()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py",
|
||||
"source_location": "L7",
|
||||
"id": "account_journal_accountjournal_action_open_statement_import",
|
||||
"community": 2,
|
||||
"norm_label": ".action_open_statement_import()"
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py",
|
||||
"community": 6,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "import_log.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py",
|
||||
"community": 3,
|
||||
"norm_label": "import_log.py"
|
||||
},
|
||||
{
|
||||
"label": "FusionStatementImportLog",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py",
|
||||
"source_location": "L4",
|
||||
"id": "import_log_fusionstatementimportlog",
|
||||
"community": 3,
|
||||
"norm_label": "fusionstatementimportlog"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/__init__.py",
|
||||
"source_location": "L2",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/__init__.py",
|
||||
"source_location": "L1",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L17",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"_tgt": "import_statement_fusionstatementimportline",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"target": "import_statement_fusionstatementimportline",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L31",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"_tgt": "import_statement_fusionstatementimport",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"target": "import_statement_fusionstatementimport",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L59",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"_tgt": "import_statement_compute_counts",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_wizard_import_statement_py",
|
||||
"target": "import_statement_compute_counts",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L70",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_parse",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_parse",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L141",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_import",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_import",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L215",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_back",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_back",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L220",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_select_all_new",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_select_all_new",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L226",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_select_none",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_select_none",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L231",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_action_select_all",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_action_select_all",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L236",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L135",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport_action_parse",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport_action_parse",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L218",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport_action_back",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport_action_back",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L224",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport_action_select_all_new",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport_action_select_all_new",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L229",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport_action_select_none",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport_action_select_none",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/wizard/import_statement.py",
|
||||
"source_location": "L234",
|
||||
"weight": 1.0,
|
||||
"_src": "import_statement_fusionstatementimport_action_select_all",
|
||||
"_tgt": "import_statement_fusionstatementimport_reopen",
|
||||
"source": "import_statement_fusionstatementimport_action_select_all",
|
||||
"target": "import_statement_fusionstatementimport_reopen",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py",
|
||||
"source_location": "L4",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py",
|
||||
"_tgt": "account_journal_accountjournal",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_account_journal_py",
|
||||
"target": "account_journal_accountjournal",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/account_journal.py",
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_src": "account_journal_accountjournal",
|
||||
"_tgt": "account_journal_accountjournal_action_open_statement_import",
|
||||
"source": "account_journal_accountjournal",
|
||||
"target": "account_journal_accountjournal_action_open_statement_import",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/__init__.py",
|
||||
"source_location": "L2",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-statements/fusion_statements/models/import_log.py",
|
||||
"source_location": "L4",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py",
|
||||
"_tgt": "import_log_fusionstatementimportlog",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_statements_fusion_statements_models_import_log_py",
|
||||
"target": "import_log_fusionstatementimportlog",
|
||||
"confidence_score": 1.0
|
||||
}
|
||||
],
|
||||
"hyperedges": []
|
||||
}
|
||||
Reference in New Issue
Block a user