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,218 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_clover (2026-04-22)
## Corpus Check
- 18 files · ~12,450 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 248 nodes · 374 edges · 26 communities detected
- Extraction: 83% EXTRACTED · 17% INFERRED · 0% AMBIGUOUS · INFERRED: 65 edges (avg confidence: 0.71)
- 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]]
## God Nodes (most connected - your core abstractions)
1. `CloverController` - 24 edges
2. `PaymentTransaction` - 19 edges
3. `PaymentProvider` - 17 edges
4. `CloverPaymentWizard` - 15 edges
5. `CloverRefundWizard` - 11 edges
6. `format_clover_amount()` - 10 edges
7. `AccountMove` - 9 edges
8. `CloverTerminal` - 8 edges
9. `generate_idempotency_key()` - 4 edges
10. `build_ecom_headers()` - 4 edges
## Surprising Connections (you probably didn't know these)
- `Override of payment to return Clover-specific processing values.` --uses--> `CloverController` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py → /Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py
- `Override of `payment` to send a payment request to Clover.` --uses--> `CloverController` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py → /Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py
- `Detect card brand from the payment_details string on a token.` --uses--> `CloverController` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py → /Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py
- `Apply surcharge to the linked invoice for token-based payments.` --uses--> `CloverController` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py → /Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py
- `Process a payment using a stored token (card on file).` --uses--> `CloverController` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py → /Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py
## Communities
### Community 0 - "Community 0"
Cohesion: 0.06
Nodes (29): PaymentProvider, Make an authenticated request to the Clover Platform API. :param str me, Capture a previously authorized charge. :param str charge_id: The Clove, Issue a non-referenced credit (manual refund) via Clover Ecommerce API., Fetch a charge from the Clover Ecommerce API. :param str charge_id: The, Check that a charge has not already been fully refunded or voided. :par, Return serialized JSON of values needed for the inline payment form. :p, Fetch all devices provisioned to the merchant from the Platform API. :r (+21 more)
### Community 1 - "Community 1"
Cohesion: 0.08
Nodes (24): CloverController, Create a refund via the Clover Ecommerce API. :param str charge_id: The, _detect_card_brand_from_details(), PaymentTransaction, Apply surcharge to the linked invoice for token-based payments., Process a payment using a stored token (card on file)., Override of `payment` to send a refund request to Clover., Override of `payment` to send a capture request to Clover. (+16 more)
### Community 2 - "Community 2"
Cohesion: 0.1
Nodes (16): CloverPaymentWizard, _detect_card_brand(), _onchange_card_number(), _onchange_card_type(), Add the surcharge invoice line if surcharge is enabled and not yet applied., Remove the surcharge line from the invoice if it was applied., Process a payment - either via terminal or manual card entry., Send payment to Clover terminal via Cloud REST Pay Display API. (+8 more)
### Community 3 - "Community 3"
Cohesion: 0.09
Nodes (15): clover_process_card(), clover_return(), clover_send_to_terminal(), clover_terminal_status(), clover_webhook(), _detect_card_brand(), Process a charge-related webhook event., Process a void webhook event. (+7 more)
### Community 4 - "Community 4"
Cohesion: 0.19
Nodes (9): CloverRefundWizard, Dispatch to referenced refund or non-referenced credit., Check on Clover that the charge hasn't been fully refunded already., Send a referenced refund via Clover Ecommerce API., Issue a non-referenced credit (manual refund). Two paths: 1. If, Issue a non-referenced credit via Clover Ecommerce API., Send a non-referenced credit to the terminal (card-present)., Create a payment.transaction for the refund. (+1 more)
### Community 5 - "Community 5"
Cohesion: 0.17
Nodes (9): CloverTerminal, Send a payment request to the Clover terminal via Cloud REST Pay API. :, Send a refund request to the terminal. :param str payment_id: The Clove, Check the status of a terminal payment by externalPaymentId. :param str, Reset the terminal to the welcome screen., Build the callback URL for terminal payment completion., Check terminal status via the Clover Platform API. First tries the Clou, Make a request to the Clover REST Pay Display Cloud API. Sends commands (+1 more)
### Community 6 - "Community 6"
Cohesion: 0.12
Nodes (8): AccountMove, Open the Clover payment collection wizard for this invoice., Open the Clover refund wizard for this credit note., Find the Clover payment transaction from the reversed invoice., Open the credit notes linked to this invoice that were refunded via Clover., Find the Clover transaction linked to this invoice or credit note., Resend the Clover payment/refund receipt email to the customer., default_get()
### Community 7 - "Community 7"
Cohesion: 0.2
Nodes (13): _getSelectedCardType(), _initiatePaymentFlow(), _pollTerminalStatus(), _prepareInlineForm(), _processCardPayment(), _processDirectFlow(), _processTerminalPayment(), _setupCardFormatting() (+5 more)
### Community 8 - "Community 8"
Cohesion: 0.4
Nodes (2): Create an invoice (if needed) and open the Clover payment wizard., SaleOrder
### Community 9 - "Community 9"
Cohesion: 0.4
Nodes (1): ResConfigSettings
### Community 10 - "Community 10"
Cohesion: 0.5
Nodes (2): CustomerPortal, CloverCustomerPortal
### Community 11 - "Community 11"
Cohesion: 1.0
Nodes (0):
### Community 12 - "Community 12"
Cohesion: 1.0
Nodes (0):
### 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): Auto-inject payment_amount for confirmed orders with outstanding balance.
### Community 18 - "Community 18"
Cohesion: 1.0
Nodes (1): Process the return from a Clover payment flow.
### Community 19 - "Community 19"
Cohesion: 1.0
Nodes (1): Process webhook notifications from Clover.
### Community 20 - "Community 20"
Cohesion: 1.0
Nodes (1): Handle the OAuth2 authorization callback from Clover. After a merchant
### Community 21 - "Community 21"
Cohesion: 1.0
Nodes (1): Return a list of active terminals for the given Clover provider.
### Community 22 - "Community 22"
Cohesion: 1.0
Nodes (1): Send a payment request to a Clover terminal via Cloud Pay Display.
### Community 23 - "Community 23"
Cohesion: 1.0
Nodes (1): Poll for the status of a terminal payment.
### Community 24 - "Community 24"
Cohesion: 1.0
Nodes (1): Handle callback from terminal payment completion (if configured).
### Community 25 - "Community 25"
Cohesion: 1.0
Nodes (1): Process a card payment through Clover Ecommerce API. The frontend token
## Knowledge Gaps
- **75 isolated node(s):** `Generate a unique idempotency key for Clover API requests.`, `Build a full Clover Ecommerce API URL. :param str endpoint: The API endpoin`, `Build a full Clover Platform API URL. :param str endpoint: The API endpoint`, `Build the standard HTTP headers for a Clover Ecommerce API request. :param`, `Convert a major currency amount to Clover's minor units (cents). :param flo` (+70 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 12`** (1 nodes): `__init__.py`
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): `__manifest__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 16`** (1 nodes): `const.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 17`** (1 nodes): `Auto-inject payment_amount for confirmed orders with outstanding balance.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 18`** (1 nodes): `Process the return from a Clover payment flow.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 19`** (1 nodes): `Process webhook notifications from Clover.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 20`** (1 nodes): `Handle the OAuth2 authorization callback from Clover. After a merchant`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 21`** (1 nodes): `Return a list of active terminals for the given Clover provider.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 22`** (1 nodes): `Send a payment request to a Clover terminal via Cloud Pay Display.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 23`** (1 nodes): `Poll for the status of a terminal payment.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 24`** (1 nodes): `Handle callback from terminal payment completion (if configured).`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 25`** (1 nodes): `Process a card payment through Clover Ecommerce API. The frontend token`
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 `CloverRefundWizard` connect `Community 4` to `Community 6`?**
_High betweenness centrality (0.133) - this node is a cross-community bridge._
- **Why does `PaymentProvider` connect `Community 0` to `Community 1`, `Community 3`, `Community 5`?**
_High betweenness centrality (0.121) - this node is a cross-community bridge._
- **Why does `format_clover_amount()` connect `Community 0` to `Community 2`, `Community 4`, `Community 5`?**
_High betweenness centrality (0.111) - this node is a cross-community bridge._
- **Are the 19 inferred relationships involving `CloverController` (e.g. with `PaymentTransaction` and `Override of payment to return Clover-specific processing values.`) actually correct?**
_`CloverController` has 19 INFERRED edges - model-reasoned connections that need verification._
- **What connects `Generate a unique idempotency key for Clover API requests.`, `Build a full Clover Ecommerce API URL. :param str endpoint: The API endpoin`, `Build a full Clover Platform API URL. :param str endpoint: The API endpoint` to the rest of the system?**
_75 weakly-connected nodes found - possible documentation gaps or missing edges._
- **Should `Community 0` be split into smaller, more focused modules?**
_Cohesion score 0.06 - nodes in this community are weakly interconnected._
- **Should `Community 1` be split into smaller, more focused modules?**
_Cohesion score 0.08 - nodes in this community are weakly interconnected._

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "label": "portal.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L1"}, {"id": "portal_clovercustomerportal", "label": "CloverCustomerPortal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L9"}, {"id": "customerportal", "label": "CustomerPortal", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "portal_portal_order_page", "label": "portal_order_page()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L12"}, {"id": "portal_rationale_23", "label": "Auto-inject payment_amount for confirmed orders with outstanding balance.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L23"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "target": "odoo_addons_sale_controllers_portal", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "target": "portal_clovercustomerportal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L9", "weight": 1.0}, {"source": "portal_clovercustomerportal", "target": "customerportal", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "target": "portal_portal_order_page", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L12", "weight": 1.0}, {"source": "portal_rationale_23", "target": "portal_clovercustomerportal_portal_order_page", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L23", "weight": 1.0}], "raw_calls": [{"caller_nid": "portal_portal_order_page", "callee": "_document_check_access", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L26"}, {"caller_nid": "portal_portal_order_page", "callee": "getattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L33"}, {"caller_nid": "portal_portal_order_page", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "source_location": "L42"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L1"}, {"id": "init_post_init_hook", "label": "post_init_hook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L8"}, {"id": "init_uninstall_hook", "label": "uninstall_hook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L14"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "target": "init_post_init_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "target": "init_uninstall_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_post_init_hook", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L9"}, {"caller_nid": "init_post_init_hook", "callee": "_setup_provider", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L11"}, {"caller_nid": "init_uninstall_hook", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L15"}, {"caller_nid": "init_uninstall_hook", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "source_location": "L17"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "source_location": "L9", "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_clover_controllers_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/__init__.py", "source_location": "L4", "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_clover_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/__init__.py", "source_location": "L4", "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

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 it is too large Load Diff