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,261 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_shipping (2026-04-22)
## Corpus Check
- 32 files · ~104,292 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 352 nodes · 832 edges · 33 communities detected
- Extraction: 61% EXTRACTED · 39% INFERRED · 0% AMBIGUOUS · INFERRED: 326 edges (avg confidence: 0.73)
- 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]]
- [[_COMMUNITY_Community 21|Community 21]]
- [[_COMMUNITY_Community 22|Community 22]]
- [[_COMMUNITY_Community 23|Community 23]]
- [[_COMMUNITY_Community 24|Community 24]]
- [[_COMMUNITY_Community 25|Community 25]]
- [[_COMMUNITY_Community 26|Community 26]]
- [[_COMMUNITY_Community 27|Community 27]]
- [[_COMMUNITY_Community 28|Community 28]]
- [[_COMMUNITY_Community 29|Community 29]]
- [[_COMMUNITY_Community 30|Community 30]]
- [[_COMMUNITY_Community 31|Community 31]]
- [[_COMMUNITY_Community 32|Community 32]]
## God Nodes (most connected - your core abstractions)
1. `DeliveryCarrier` - 78 edges
2. `FedexRequest` - 67 edges
3. `DHLProvider` - 56 edges
4. `UPSRequest` - 43 edges
5. `Response` - 43 edges
6. `FusionShipment` - 22 edges
7. `LogPlugin` - 12 edges
8. `_convert_curr_iso_fdx()` - 12 edges
9. `ResponseDataObject` - 9 edges
10. `create()` - 8 edges
## Surprising Connections (you probably didn't know these)
- `Open an attachment PDF in the browser viewer (new tab).` --uses--> `Response` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py → /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py
- `Fetch latest tracking events from Canada Post VIS API.` --uses--> `Response` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py → /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py
- `Parse CP tracking detail response and store events.` --uses--> `Response` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py → /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py
- `Auto-update shipment status based on tracking data.` --uses--> `Response` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py → /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py
- `Check if any tracking events indicate a return/RTS.` --uses--> `Response` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py → /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py
## Communities
### Community 0 - "Community 0"
Cohesion: 0.06
Nodes (21): get_fusion_cp_url(), Cancel all CP shipments linked to this picking via void API., Create one CP shipment for a single package., create(), _cron_refresh_tracking(), FusionShipment, Open an attachment PDF in the browser viewer (new tab)., Fetch latest tracking events from Canada Post VIS API. (+13 more)
### Community 1 - "Community 1"
Cohesion: 0.06
Nodes (3): DeliveryCarrier, Override of delivery to return the ups delivery type for UPS REST., Adds the extra data to the request (DHL REST).
### Community 2 - "Community 2"
Cohesion: 0.14
Nodes (7): Extract price info in target currency, converting if necessary, Adds the extra data to the request (FedEx SOAP legacy)., Hook to introduce new custom behaviors in the Fedex request., _convert_curr_fdx_iso(), _convert_curr_iso_fdx(), FedexRequest, Low-level object intended to interface Odoo recordsets with FedEx, throu
### Community 3 - "Community 3"
Cohesion: 0.13
Nodes (2): PackageType, UPSRequest
### Community 4 - "Community 4"
Cohesion: 0.13
Nodes (2): Adds the custom data to the request (DHL SOAP legacy)., DHLProvider
### Community 5 - "Community 5"
Cohesion: 0.07
Nodes (15): ChooseDeliveryCarrier, ChooseDeliveryFusionPackage, ChooseDeliveryFusionRate, Override: for Canada Post, fetch all rates for all packages., Build package_info dict for a single package, converted to cm., Fetch shipping service rates for every package and aggregate., Override: store per-package info on the sale order and enhance the deliv, Select this rate and deselect others. Update per-package costs. (+7 more)
### Community 6 - "Community 6"
Cohesion: 0.15
Nodes (1): Adds the extra data to the request. When there are multiple items in a l
### Community 7 - "Community 7"
Cohesion: 0.14
Nodes (6): Plugin, _convert_stock_type(), FixRequestNamespacePlug, LogPlugin, Small plugin for zeep that catches out/ingoing XML requests and logs them, Small plugin for zeep that catches out/ingoing XML requests and logs them
### Community 8 - "Community 8"
Cohesion: 0.2
Nodes (13): attribute_check(), dict2xml(), get_dom_tree(), getNodeText(), getValue(), parse_yaml(), perftest_dict2xml(), python_2_unicode_compatible() (+5 more)
### Community 9 - "Community 9"
Cohesion: 0.47
Nodes (1): ResponseDataObject
### Community 10 - "Community 10"
Cohesion: 0.5
Nodes (1): SaleOrder
### Community 11 - "Community 11"
Cohesion: 0.5
Nodes (1): StockPicking
### Community 12 - "Community 12"
Cohesion: 0.67
Nodes (1): PaymentProvider
### Community 13 - "Community 13"
Cohesion: 0.67
Nodes (1): ResCompany
### Community 14 - "Community 14"
Cohesion: 0.67
Nodes (2): FusionOrderPackage, Stores per-package dimensions and service info on a sale order. Created whe
### Community 15 - "Community 15"
Cohesion: 1.0
Nodes (1): UoM
### Community 16 - "Community 16"
Cohesion: 1.0
Nodes (1): FusionTrackingEvent
### Community 17 - "Community 17"
Cohesion: 1.0
Nodes (1): ResPartner
### Community 18 - "Community 18"
Cohesion: 1.0
Nodes (0):
### Community 19 - "Community 19"
Cohesion: 1.0
Nodes (0):
### Community 20 - "Community 20"
Cohesion: 1.0
Nodes (0):
### Community 21 - "Community 21"
Cohesion: 1.0
Nodes (0):
### Community 22 - "Community 22"
Cohesion: 1.0
Nodes (0):
### Community 23 - "Community 23"
Cohesion: 1.0
Nodes (0):
### Community 24 - "Community 24"
Cohesion: 1.0
Nodes (0):
### Community 25 - "Community 25"
Cohesion: 1.0
Nodes (0):
### Community 26 - "Community 26"
Cohesion: 1.0
Nodes (0):
### Community 27 - "Community 27"
Cohesion: 1.0
Nodes (0):
### Community 28 - "Community 28"
Cohesion: 1.0
Nodes (0):
### Community 29 - "Community 29"
Cohesion: 1.0
Nodes (0):
### Community 30 - "Community 30"
Cohesion: 1.0
Nodes (1): Pre-fill dimensions from selected box type.
### Community 31 - "Community 31"
Cohesion: 1.0
Nodes (1): When a CP carrier is selected, create one default package.
### Community 32 - "Community 32"
Cohesion: 1.0
Nodes (1): Override of payment to allow only COD providers if allow_cash_on_delivery is ena
## Knowledge Gaps
- **22 isolated node(s):** `One package row in the Add Shipping wizard.`, `Pre-fill dimensions from selected box type.`, `Select this rate and deselect others. Update per-package costs.`, `When a CP carrier is selected, create one default package.`, `Override: for Canada Post, fetch all rates for all packages.` (+17 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 15`** (2 nodes): `UoM`, `uom_uom.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 16`** (2 nodes): `FusionTrackingEvent`, `fusion_tracking_event.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 17`** (2 nodes): `ResPartner`, `res_partner.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 18`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 19`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 20`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 21`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 22`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 23`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 24`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 25`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 26`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 27`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 28`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 29`** (1 nodes): `__manifest__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 30`** (1 nodes): `Pre-fill dimensions from selected box type.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 31`** (1 nodes): `When a CP carrier is selected, create one default package.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 32`** (1 nodes): `Override of payment to allow only COD providers if allow_cash_on_delivery is ena`
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 `DeliveryCarrier` connect `Community 1` to `Community 0`, `Community 2`, `Community 3`, `Community 4`, `Community 5`, `Community 6`?**
_High betweenness centrality (0.265) - this node is a cross-community bridge._
- **Why does `Response` connect `Community 0` to `Community 1`, `Community 2`, `Community 3`, `Community 4`, `Community 5`?**
_High betweenness centrality (0.137) - this node is a cross-community bridge._
- **Why does `FedexRequest` connect `Community 2` to `Community 0`, `Community 1`, `Community 4`, `Community 5`, `Community 6`, `Community 7`?**
_High betweenness centrality (0.133) - this node is a cross-community bridge._
- **Are the 4 inferred relationships involving `DeliveryCarrier` (e.g. with `Response` and `UPSRequest`) actually correct?**
_`DeliveryCarrier` has 4 INFERRED edges - model-reasoned connections that need verification._
- **Are the 19 inferred relationships involving `FedexRequest` (e.g. with `DeliveryCarrier` and `Return ALL available Canada Post service rates for the order.`) actually correct?**
_`FedexRequest` has 19 INFERRED edges - model-reasoned connections that need verification._
- **Are the 18 inferred relationships involving `DHLProvider` (e.g. with `DeliveryCarrier` and `Return ALL available Canada Post service rates for the order.`) actually correct?**
_`DHLProvider` has 18 INFERRED edges - model-reasoned connections that need verification._
- **Are the 19 inferred relationships involving `UPSRequest` (e.g. with `DeliveryCarrier` and `Return ALL available Canada Post service rates for the order.`) actually correct?**
_`UPSRequest` has 19 INFERRED edges - model-reasoned connections that need verification._

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_uom_uom_py", "label": "uom_uom.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "source_location": "L1"}, {"id": "uom_uom_uom", "label": "UoM", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_uom_uom_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_uom_uom_py", "target": "uom_uom_uom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/__init__.py", "source_location": "L1", "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_shipping_models_sale_order_py", "label": "sale_order.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L1"}, {"id": "sale_order_saleorder", "label": "SaleOrder", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L4"}, {"id": "sale_order_saleorder_compute_fusion_shipment_count", "label": "._compute_fusion_shipment_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L50"}, {"id": "sale_order_saleorder_action_view_fusion_shipments", "label": ".action_view_fusion_shipments()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L55"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_sale_order_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_sale_order_py", "target": "sale_order_saleorder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L4", "weight": 1.0}, {"source": "sale_order_saleorder", "target": "sale_order_saleorder_compute_fusion_shipment_count", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L50", "weight": 1.0}, {"source": "sale_order_saleorder", "target": "sale_order_saleorder_action_view_fusion_shipments", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L55", "weight": 1.0}], "raw_calls": [{"caller_nid": "sale_order_saleorder_compute_fusion_shipment_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L52"}, {"caller_nid": "sale_order_saleorder_action_view_fusion_shipments", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L56"}, {"caller_nid": "sale_order_saleorder_action_view_fusion_shipments", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L57"}, {"caller_nid": "sale_order_saleorder_action_view_fusion_shipments", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "source_location": "L67"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/__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_shipping_models_fusion_order_package_py", "label": "fusion_order_package.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L1"}, {"id": "fusion_order_package_fusionorderpackage", "label": "FusionOrderPackage", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L4"}, {"id": "fusion_order_package_rationale_5", "label": "Stores per-package dimensions and service info on a sale order. Created whe", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L5"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_order_package_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_order_package_py", "target": "fusion_order_package_fusionorderpackage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L4", "weight": 1.0}, {"source": "fusion_order_package_rationale_5", "target": "fusion_order_package_fusionorderpackage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "source_location": "L5", "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_shipping_models_stock_picking_py", "label": "stock_picking.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L1"}, {"id": "stock_picking_stockpicking", "label": "StockPicking", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L4"}, {"id": "stock_picking_stockpicking_compute_fusion_shipment_count", "label": "._compute_fusion_shipment_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L12"}, {"id": "stock_picking_stockpicking_action_view_fusion_shipments", "label": ".action_view_fusion_shipments()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L19"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_stock_picking_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_stock_picking_py", "target": "stock_picking_stockpicking", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L4", "weight": 1.0}, {"source": "stock_picking_stockpicking", "target": "stock_picking_stockpicking_compute_fusion_shipment_count", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L12", "weight": 1.0}, {"source": "stock_picking_stockpicking", "target": "stock_picking_stockpicking_action_view_fusion_shipments", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "stock_picking_stockpicking_compute_fusion_shipment_count", "callee": "search_count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L15"}, {"caller_nid": "stock_picking_stockpicking_action_view_fusion_shipments", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L20"}, {"caller_nid": "stock_picking_stockpicking_action_view_fusion_shipments", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L21"}, {"caller_nid": "stock_picking_stockpicking_action_view_fusion_shipments", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "source_location": "L31"}]}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_tracking_event_py", "label": "fusion_tracking_event.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "source_location": "L1"}, {"id": "fusion_tracking_event_fusiontrackingevent", "label": "FusionTrackingEvent", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_tracking_event_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_tracking_event_py", "target": "fusion_tracking_event_fusiontrackingevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "label": "payment_provider.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L1"}, {"id": "payment_provider_paymentprovider", "label": "PaymentProvider", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L6"}, {"id": "payment_provider_get_compatible_providers", "label": "_get_compatible_providers()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L10"}, {"id": "payment_provider_rationale_11", "label": "Override of payment to allow only COD providers if allow_cash_on_delivery is ena", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L11"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "target": "odoo_addons_payment", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "target": "payment_provider_paymentprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "target": "payment_provider_get_compatible_providers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L10", "weight": 1.0}, {"source": "payment_provider_rationale_11", "target": "payment_provider_paymentprovider_get_compatible_providers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L11", "weight": 1.0}], "raw_calls": [{"caller_nid": "payment_provider_get_compatible_providers", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L19"}, {"caller_nid": "payment_provider_get_compatible_providers", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L23"}, {"caller_nid": "payment_provider_get_compatible_providers", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L23"}, {"caller_nid": "payment_provider_get_compatible_providers", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L29"}, {"caller_nid": "payment_provider_get_compatible_providers", "callee": "add_to_report", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L32"}, {"caller_nid": "payment_provider_get_compatible_providers", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "source_location": "L36"}]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_product_packaging_py", "label": "product_packaging.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "source_location": "L1"}, {"id": "product_packaging_packagetype", "label": "PackageType", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_product_packaging_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_product_packaging_py", "target": "product_packaging_packagetype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L4"}, {"id": "res_company_rescompany_default_uom_setting", "label": "._default_uom_setting()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L7"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L4", "weight": 1.0}, {"source": "res_company_rescompany", "target": "res_company_rescompany_default_uom_setting", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_company_rescompany_default_uom_setting", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L8"}, {"caller_nid": "res_company_rescompany_default_uom_setting", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L10"}, {"caller_nid": "res_company_rescompany_default_uom_setting", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "source_location": "L11"}]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_partner_py", "label": "res_partner.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "source_location": "L1"}, {"id": "res_partner_respartner", "label": "ResPartner", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_partner_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_partner_py", "target": "res_partner_respartner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/__init__.py", "source_location": "L1", "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_shipping_api_canada_post_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/__init__.py", "source_location": "L1", "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

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_shipping_api_ups_rest_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff