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,169 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_faxes (2026-04-22)
## Corpus Check
- 13 files · ~4,507 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 98 nodes · 116 edges · 21 communities detected
- Extraction: 97% EXTRACTED · 3% INFERRED · 0% AMBIGUOUS · INFERRED: 3 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]]
- [[_COMMUNITY_Community 12|Community 12]]
- [[_COMMUNITY_Community 13|Community 13]]
- [[_COMMUNITY_Community 14|Community 14]]
- [[_COMMUNITY_Community 15|Community 15]]
- [[_COMMUNITY_Community 16|Community 16]]
- [[_COMMUNITY_Community 17|Community 17]]
- [[_COMMUNITY_Community 18|Community 18]]
- [[_COMMUNITY_Community 19|Community 19]]
- [[_COMMUNITY_Community 20|Community 20]]
## God Nodes (most connected - your core abstractions)
1. `FusionFax` - 18 edges
2. `FusionFaxDashboard` - 10 edges
3. `create()` - 4 edges
4. `_fetch_faxes_from_rc()` - 4 edges
5. `SendFaxWizard` - 3 edges
6. `AccountMove` - 3 edges
7. `SaleOrder` - 3 edges
8. `ResConfigSettings` - 3 edges
9. `_onchange_file_upload()` - 2 edges
10. `FusionFaxDocument` - 2 edges
## Surprising Connections (you probably didn't know these)
- `_onchange_file_upload()` --calls--> `create()` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py → /Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax.py
## Communities
### Community 0 - "Community 0"
Cohesion: 0.21
Nodes (7): create(), _cron_fetch_incoming_faxes(), _fetch_faxes_from_rc(), Import a single inbound fax message dict from RingCentral., _run_historical_fax_import(), _onchange_file_upload(), SendFaxWizardLine
### Community 1 - "Community 1"
Cohesion: 0.27
Nodes (1): FusionFaxDashboard
### Community 2 - "Community 2"
Cohesion: 0.22
Nodes (4): Return attachments in the correct order: document_ids by sequence, or legacy att, Send this fax record via RingCentral API. Tries JWT/SDK first (if confi, Button action to send this fax., Resend a previously sent fax with all the same attachments.
### Community 3 - "Community 3"
Cohesion: 0.36
Nodes (4): FusionFax, Initialize and authenticate the RingCentral SDK. Returns (sdk, platform) tuple., Send fax using the RingCentral Python SDK (JWT auth)., Post a chatter message on the linked sale order or invoice.
### Community 4 - "Community 4"
Cohesion: 0.29
Nodes (3): Create a fusion.fax record and send it., Generate a PDF of the linked sale order or invoice., SendFaxWizard
### Community 5 - "Community 5"
Cohesion: 0.29
Nodes (3): AccountMove, Open the Send Fax wizard pre-filled with this invoice., Open fax history for this invoice.
### Community 6 - "Community 6"
Cohesion: 0.29
Nodes (3): Open the Send Fax wizard pre-filled with this sale order., Open fax history for this sale order., SaleOrder
### Community 7 - "Community 7"
Cohesion: 0.33
Nodes (3): Post chatter message when a sale order or invoice is linked., Post a message on the sale order when a fax is linked to it., Reset a failed fax back to draft.
### Community 8 - "Community 8"
Cohesion: 0.33
Nodes (3): Protect credential fields from being blanked accidentally., Test connection to RingCentral using stored credentials., ResConfigSettings
### Community 9 - "Community 9"
Cohesion: 0.4
Nodes (2): Open fax history for this contact., ResPartner
### Community 10 - "Community 10"
Cohesion: 0.5
Nodes (2): FusionFaxDocument, Open the attachment in Odoo's built-in PDF viewer dialog.
### Community 11 - "Community 11"
Cohesion: 0.5
Nodes (2): Return the active rc.config record or raise., Send fax using rc.config OAuth with multipart POST.
### Community 12 - "Community 12"
Cohesion: 1.0
Nodes (1): Open the linked sale order.
### Community 13 - "Community 13"
Cohesion: 1.0
Nodes (0):
### Community 14 - "Community 14"
Cohesion: 1.0
Nodes (0):
### Community 15 - "Community 15"
Cohesion: 1.0
Nodes (0):
### Community 16 - "Community 16"
Cohesion: 1.0
Nodes (0):
### Community 17 - "Community 17"
Cohesion: 1.0
Nodes (1): Create an ir.attachment when a file is uploaded.
### Community 18 - "Community 18"
Cohesion: 1.0
Nodes (1): Poll RingCentral for inbound faxes via rc.config OAuth.
### Community 19 - "Community 19"
Cohesion: 1.0
Nodes (1): Background job: import up to 12 months of inbound faxes in monthly chunks.
### Community 20 - "Community 20"
Cohesion: 1.0
Nodes (1): Fetch inbound faxes from RingCentral and create records. Returns import count.
## Knowledge Gaps
- **29 isolated node(s):** `Generate a PDF of the linked sale order or invoice.`, `Create a fusion.fax record and send it.`, `SendFaxWizardLine`, `Create an ir.attachment when a file is uploaded.`, `Open the attachment in Odoo's built-in PDF viewer dialog.` (+24 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 12`** (2 nodes): `.action_open_sale_order()`, `Open the linked sale order.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 13`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 14`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 15`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 16`** (1 nodes): `__manifest__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 17`** (1 nodes): `Create an ir.attachment when a file is uploaded.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 18`** (1 nodes): `Poll RingCentral for inbound faxes via rc.config OAuth.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 19`** (1 nodes): `Background job: import up to 12 months of inbound faxes in monthly chunks.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 20`** (1 nodes): `Fetch inbound faxes from RingCentral and create records. Returns import count.`
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 `FusionFax` connect `Community 3` to `Community 0`, `Community 2`, `Community 7`, `Community 11`, `Community 12`?**
_High betweenness centrality (0.142) - this node is a cross-community bridge._
- **Why does `create()` connect `Community 0` to `Community 4`?**
_High betweenness centrality (0.044) - this node is a cross-community bridge._
- **Are the 2 inferred relationships involving `create()` (e.g. with `.action_send()` and `_onchange_file_upload()`) actually correct?**
_`create()` has 2 INFERRED edges - model-reasoned connections that need verification._
- **What connects `Generate a PDF of the linked sale order or invoice.`, `Create a fusion.fax record and send it.`, `SendFaxWizardLine` to the rest of the system?**
_29 weakly-connected nodes found - possible documentation gaps or missing edges._

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_faxes_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_faxes_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_faxes_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/__init__.py", "source_location": "L6", "weight": 1.0}], "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_faxes_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_faxes_models_account_move_py", "label": "account_move.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L1"}, {"id": "account_move_accountmove", "label": "AccountMove", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L8"}, {"id": "account_move_compute_fax_count", "label": "_compute_fax_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L22"}, {"id": "account_move_accountmove_action_send_fax", "label": ".action_send_fax()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L26"}, {"id": "account_move_accountmove_action_view_faxes", "label": ".action_view_faxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L41"}, {"id": "account_move_rationale_27", "label": "Open the Send Fax wizard pre-filled with this invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L27"}, {"id": "account_move_rationale_42", "label": "Open fax history for this invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L42"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_account_move_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_account_move_py", "target": "account_move_accountmove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_account_move_py", "target": "account_move_compute_fax_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L22", "weight": 1.0}, {"source": "account_move_accountmove", "target": "account_move_accountmove_action_send_fax", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L26", "weight": 1.0}, {"source": "account_move_accountmove", "target": "account_move_accountmove_action_view_faxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L41", "weight": 1.0}, {"source": "account_move_rationale_27", "target": "account_move_accountmove_action_send_fax", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L27", "weight": 1.0}, {"source": "account_move_rationale_42", "target": "account_move_accountmove_action_view_faxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L42", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_move_compute_fax_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L24"}, {"caller_nid": "account_move_accountmove_action_send_fax", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L28"}, {"caller_nid": "account_move_accountmove_action_view_faxes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/account_move.py", "source_location": "L43"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_faxes_models_sale_order_py", "label": "sale_order.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L1"}, {"id": "sale_order_saleorder", "label": "SaleOrder", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L8"}, {"id": "sale_order_compute_fax_count", "label": "_compute_fax_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L22"}, {"id": "sale_order_saleorder_action_send_fax", "label": ".action_send_fax()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L26"}, {"id": "sale_order_saleorder_action_view_faxes", "label": ".action_view_faxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L41"}, {"id": "sale_order_rationale_27", "label": "Open the Send Fax wizard pre-filled with this sale order.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L27"}, {"id": "sale_order_rationale_42", "label": "Open fax history for this sale order.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L42"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_sale_order_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_sale_order_py", "target": "sale_order_saleorder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_sale_order_py", "target": "sale_order_compute_fax_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L22", "weight": 1.0}, {"source": "sale_order_saleorder", "target": "sale_order_saleorder_action_send_fax", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L26", "weight": 1.0}, {"source": "sale_order_saleorder", "target": "sale_order_saleorder_action_view_faxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L41", "weight": 1.0}, {"source": "sale_order_rationale_27", "target": "sale_order_saleorder_action_send_fax", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L27", "weight": 1.0}, {"source": "sale_order_rationale_42", "target": "sale_order_saleorder_action_view_faxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L42", "weight": 1.0}], "raw_calls": [{"caller_nid": "sale_order_compute_fax_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L24"}, {"caller_nid": "sale_order_saleorder_action_send_fax", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L28"}, {"caller_nid": "sale_order_saleorder_action_view_faxes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/sale_order.py", "source_location": "L43"}]}

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_faxes_wizard_send_fax_wizard_line_py", "label": "send_fax_wizard_line.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L1"}, {"id": "send_fax_wizard_line_sendfaxwizardline", "label": "SendFaxWizardLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L8"}, {"id": "send_fax_wizard_line_onchange_file_upload", "label": "_onchange_file_upload()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L36"}, {"id": "send_fax_wizard_line_rationale_37", "label": "Create an ir.attachment when a file is uploaded.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L37"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_wizard_send_fax_wizard_line_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_wizard_send_fax_wizard_line_py", "target": "send_fax_wizard_line_sendfaxwizardline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_wizard_send_fax_wizard_line_py", "target": "send_fax_wizard_line_onchange_file_upload", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L36", "weight": 1.0}, {"source": "send_fax_wizard_line_rationale_37", "target": "send_fax_wizard_line_sendfaxwizardline_onchange_file_upload", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L37", "weight": 1.0}], "raw_calls": [{"caller_nid": "send_fax_wizard_line_onchange_file_upload", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/wizard/send_fax_wizard_line.py", "source_location": "L39"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_faxes_models_res_partner_py", "label": "res_partner.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L1"}, {"id": "res_partner_respartner", "label": "ResPartner", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L8"}, {"id": "res_partner_compute_fax_count", "label": "_compute_fax_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L23"}, {"id": "res_partner_respartner_action_view_faxes", "label": ".action_view_faxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L27"}, {"id": "res_partner_rationale_28", "label": "Open fax history for this contact.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L28"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_res_partner_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_res_partner_py", "target": "res_partner_respartner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_res_partner_py", "target": "res_partner_compute_fax_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L23", "weight": 1.0}, {"source": "res_partner_respartner", "target": "res_partner_respartner_action_view_faxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L27", "weight": 1.0}, {"source": "res_partner_rationale_28", "target": "res_partner_respartner_action_view_faxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L28", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_partner_compute_fax_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L25"}, {"caller_nid": "res_partner_respartner_action_view_faxes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/res_partner.py", "source_location": "L29"}]}

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_faxes_models_fusion_fax_document_py", "label": "fusion_fax_document.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L1"}, {"id": "fusion_fax_document_fusionfaxdocument", "label": "FusionFaxDocument", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L8"}, {"id": "fusion_fax_document_fusionfaxdocument_action_preview", "label": ".action_preview()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L38"}, {"id": "fusion_fax_document_rationale_39", "label": "Open the attachment in Odoo's built-in PDF viewer dialog.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L39"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_fusion_fax_document_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_faxes_models_fusion_fax_document_py", "target": "fusion_fax_document_fusionfaxdocument", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L8", "weight": 1.0}, {"source": "fusion_fax_document_fusionfaxdocument", "target": "fusion_fax_document_fusionfaxdocument_action_preview", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L38", "weight": 1.0}, {"source": "fusion_fax_document_rationale_39", "target": "fusion_fax_document_fusionfaxdocument_action_preview", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L39", "weight": 1.0}], "raw_calls": [{"caller_nid": "fusion_fax_document_fusionfaxdocument_action_preview", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_faxes/models/fusion_fax_document.py", "source_location": "L40"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff