changes
This commit is contained in:
87
fusion_so_to_po/graphify-out/GRAPH_REPORT.md
Normal file
87
fusion_so_to_po/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,87 @@
|
||||
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po (2026-04-22)
|
||||
|
||||
## Corpus Check
|
||||
- 7 files · ~2,680 words
|
||||
- Verdict: corpus is large enough that graph structure adds value.
|
||||
|
||||
## Summary
|
||||
- 28 nodes · 26 edges · 8 communities detected
|
||||
- Extraction: 100% EXTRACTED · 0% INFERRED · 0% AMBIGUOUS
|
||||
- Token cost: 0 input · 0 output
|
||||
|
||||
## Community Hubs (Navigation)
|
||||
- [[_COMMUNITY_Community 0|Community 0]]
|
||||
- [[_COMMUNITY_Community 1|Community 1]]
|
||||
- [[_COMMUNITY_Community 2|Community 2]]
|
||||
- [[_COMMUNITY_Community 3|Community 3]]
|
||||
- [[_COMMUNITY_Community 4|Community 4]]
|
||||
- [[_COMMUNITY_Community 5|Community 5]]
|
||||
- [[_COMMUNITY_Community 6|Community 6]]
|
||||
- [[_COMMUNITY_Community 7|Community 7]]
|
||||
|
||||
## God Nodes (most connected - your core abstractions)
|
||||
1. `PurchaseOrder` - 6 edges
|
||||
2. `SaleOrder` - 3 edges
|
||||
3. `FusionPurchaseOrderWiz` - 2 edges
|
||||
4. `FusionPurchaseProductWiz` - 2 edges
|
||||
5. `FusionMatchSaleOrderWiz` - 2 edges
|
||||
6. `ResPartner` - 1 edges
|
||||
7. `Match this PO to a Sale Order based on the Marked For field.` - 1 edges
|
||||
8. `Batch match multiple POs to Sale Orders based on Marked For field.` - 1 edges
|
||||
|
||||
## Surprising Connections (you probably didn't know these)
|
||||
- None detected - all connections are within the same source files.
|
||||
|
||||
## Communities
|
||||
|
||||
### Community 0 - "Community 0"
|
||||
Cohesion: 0.29
|
||||
Nodes (2): FusionPurchaseOrderWiz, FusionPurchaseProductWiz
|
||||
|
||||
### Community 1 - "Community 1"
|
||||
Cohesion: 0.29
|
||||
Nodes (3): PurchaseOrder, Batch match multiple POs to Sale Orders based on Marked For field., Match this PO to a Sale Order based on the Marked For field.
|
||||
|
||||
### Community 2 - "Community 2"
|
||||
Cohesion: 0.4
|
||||
Nodes (2): ResPartner, SaleOrder
|
||||
|
||||
### Community 3 - "Community 3"
|
||||
Cohesion: 0.67
|
||||
Nodes (1): FusionMatchSaleOrderWiz
|
||||
|
||||
### Community 4 - "Community 4"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 5 - "Community 5"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 6 - "Community 6"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
### Community 7 - "Community 7"
|
||||
Cohesion: 1.0
|
||||
Nodes (0):
|
||||
|
||||
## Knowledge Gaps
|
||||
- **3 isolated node(s):** `ResPartner`, `Match this PO to a Sale Order based on the Marked For field.`, `Batch match multiple POs to Sale Orders based on Marked For field.`
|
||||
These have ≤1 connection - possible missing edges or undocumented components.
|
||||
- **Thin community `Community 4`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 5`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 6`** (1 nodes): `__init__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
- **Thin community `Community 7`** (1 nodes): `__manifest__.py`
|
||||
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||
|
||||
## Suggested Questions
|
||||
_Questions this graph is uniquely positioned to answer:_
|
||||
|
||||
- **Why does `PurchaseOrder` connect `Community 1` to `Community 2`?**
|
||||
_High betweenness centrality (0.148) - this node is a cross-community bridge._
|
||||
- **What connects `ResPartner`, `Match this PO to a Sale Order based on the Marked For field.`, `Batch match multiple POs to Sale Orders based on Marked For field.` to the rest of the system?**
|
||||
_3 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py", "label": "fusion_match_sale_order_wiz.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L1"}, {"id": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz", "label": "FusionMatchSaleOrderWiz", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L7"}, {"id": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "label": ".action_fusion_confirm()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L28"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py", "target": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L7", "weight": 1.0}, {"source": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz", "target": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L28", "weight": 1.0}], "raw_calls": [{"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L29"}, {"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L32"}, {"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L32"}, {"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L36"}, {"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L45"}, {"caller_nid": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py", "source_location": "L46"}]}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/__init__.py", "source_location": "L3", "weight": 1.0}], "raw_calls": []}
|
||||
257
fusion_so_to_po/graphify-out/graph.html
Normal file
257
fusion_so_to_po/graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
574
fusion_so_to_po/graphify-out/graph.json
Normal file
574
fusion_so_to_po/graphify-out/graph.json
Normal file
@@ -0,0 +1,574 @@
|
||||
{
|
||||
"directed": false,
|
||||
"multigraph": false,
|
||||
"graph": {},
|
||||
"nodes": [
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py",
|
||||
"community": 4,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "__manifest__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__manifest__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_manifest_py",
|
||||
"community": 7,
|
||||
"norm_label": "__manifest__.py"
|
||||
},
|
||||
{
|
||||
"label": "fusion_purchase_order_wiz.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"community": 0,
|
||||
"norm_label": "fusion_purchase_order_wiz.py"
|
||||
},
|
||||
{
|
||||
"label": "FusionPurchaseOrderWiz",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L8",
|
||||
"id": "fusion_purchase_order_wiz_fusionpurchaseorderwiz",
|
||||
"community": 0,
|
||||
"norm_label": "fusionpurchaseorderwiz"
|
||||
},
|
||||
{
|
||||
"label": "_onchange_fusion_batch_vendor_id()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L26",
|
||||
"id": "fusion_purchase_order_wiz_onchange_fusion_batch_vendor_id",
|
||||
"community": 0,
|
||||
"norm_label": "_onchange_fusion_batch_vendor_id()"
|
||||
},
|
||||
{
|
||||
"label": "default_get()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L47",
|
||||
"id": "fusion_purchase_order_wiz_default_get",
|
||||
"community": 0,
|
||||
"norm_label": "default_get()"
|
||||
},
|
||||
{
|
||||
"label": ".fusion_create_po()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L81",
|
||||
"id": "fusion_purchase_order_wiz_fusionpurchaseorderwiz_fusion_create_po",
|
||||
"community": 0,
|
||||
"norm_label": ".fusion_create_po()"
|
||||
},
|
||||
{
|
||||
"label": "FusionPurchaseProductWiz",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L142",
|
||||
"id": "fusion_purchase_order_wiz_fusionpurchaseproductwiz",
|
||||
"community": 0,
|
||||
"norm_label": "fusionpurchaseproductwiz"
|
||||
},
|
||||
{
|
||||
"label": "_onchange_vendor_id()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L162",
|
||||
"id": "fusion_purchase_order_wiz_onchange_vendor_id",
|
||||
"community": 0,
|
||||
"norm_label": "_onchange_vendor_id()"
|
||||
},
|
||||
{
|
||||
"label": "._prepare_fusion_po_line()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L173",
|
||||
"id": "fusion_purchase_order_wiz_fusionpurchaseproductwiz_prepare_fusion_po_line",
|
||||
"community": 0,
|
||||
"norm_label": "._prepare_fusion_po_line()"
|
||||
},
|
||||
{
|
||||
"label": "fusion_match_sale_order_wiz.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py",
|
||||
"community": 3,
|
||||
"norm_label": "fusion_match_sale_order_wiz.py"
|
||||
},
|
||||
{
|
||||
"label": "FusionMatchSaleOrderWiz",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py",
|
||||
"source_location": "L7",
|
||||
"id": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz",
|
||||
"community": 3,
|
||||
"norm_label": "fusionmatchsaleorderwiz"
|
||||
},
|
||||
{
|
||||
"label": ".action_fusion_confirm()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py",
|
||||
"source_location": "L28",
|
||||
"id": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm",
|
||||
"community": 3,
|
||||
"norm_label": ".action_fusion_confirm()"
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py",
|
||||
"community": 5,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "fusion_so_to_po.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"community": 2,
|
||||
"norm_label": "fusion_so_to_po.py"
|
||||
},
|
||||
{
|
||||
"label": "SaleOrder",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L7",
|
||||
"id": "fusion_so_to_po_saleorder",
|
||||
"community": 2,
|
||||
"norm_label": "saleorder"
|
||||
},
|
||||
{
|
||||
"label": "._compute_fusion_purchase_count()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L15",
|
||||
"id": "fusion_so_to_po_saleorder_compute_fusion_purchase_count",
|
||||
"community": 2,
|
||||
"norm_label": "._compute_fusion_purchase_count()"
|
||||
},
|
||||
{
|
||||
"label": ".action_view_fusion_purchases()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L21",
|
||||
"id": "fusion_so_to_po_saleorder_action_view_fusion_purchases",
|
||||
"community": 2,
|
||||
"norm_label": ".action_view_fusion_purchases()"
|
||||
},
|
||||
{
|
||||
"label": "PurchaseOrder",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L34",
|
||||
"id": "fusion_so_to_po_purchaseorder",
|
||||
"community": 1,
|
||||
"norm_label": "purchaseorder"
|
||||
},
|
||||
{
|
||||
"label": "._compute_fusion_sale_count()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L58",
|
||||
"id": "fusion_so_to_po_purchaseorder_compute_fusion_sale_count",
|
||||
"community": 1,
|
||||
"norm_label": "._compute_fusion_sale_count()"
|
||||
},
|
||||
{
|
||||
"label": ".action_view_fusion_sale_order()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L62",
|
||||
"id": "fusion_so_to_po_purchaseorder_action_view_fusion_sale_order",
|
||||
"community": 1,
|
||||
"norm_label": ".action_view_fusion_sale_order()"
|
||||
},
|
||||
{
|
||||
"label": "._open_fusion_match_wizard()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L82",
|
||||
"id": "fusion_so_to_po_purchaseorder_open_fusion_match_wizard",
|
||||
"community": 1,
|
||||
"norm_label": "._open_fusion_match_wizard()"
|
||||
},
|
||||
{
|
||||
"label": ".action_fusion_match_sale_order()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L96",
|
||||
"id": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"community": 1,
|
||||
"norm_label": ".action_fusion_match_sale_order()"
|
||||
},
|
||||
{
|
||||
"label": ".action_fusion_batch_match()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L129",
|
||||
"id": "fusion_so_to_po_purchaseorder_action_fusion_batch_match",
|
||||
"community": 1,
|
||||
"norm_label": ".action_fusion_batch_match()"
|
||||
},
|
||||
{
|
||||
"label": "ResPartner",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L179",
|
||||
"id": "fusion_so_to_po_respartner",
|
||||
"community": 2,
|
||||
"norm_label": "respartner"
|
||||
},
|
||||
{
|
||||
"label": "Match this PO to a Sale Order based on the Marked For field.",
|
||||
"file_type": "rationale",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L97",
|
||||
"id": "fusion_so_to_po_rationale_97",
|
||||
"community": 1,
|
||||
"norm_label": "match this po to a sale order based on the marked for field."
|
||||
},
|
||||
{
|
||||
"label": "Batch match multiple POs to Sale Orders based on Marked For field.",
|
||||
"file_type": "rationale",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L130",
|
||||
"id": "fusion_so_to_po_rationale_130",
|
||||
"community": 1,
|
||||
"norm_label": "batch match multiple pos to sale orders based on marked for field."
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py",
|
||||
"community": 6,
|
||||
"norm_label": "__init__.py"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/__init__.py",
|
||||
"source_location": "L4",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L8",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"_tgt": "fusion_purchase_order_wiz_fusionpurchaseorderwiz",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"target": "fusion_purchase_order_wiz_fusionpurchaseorderwiz",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L26",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"_tgt": "fusion_purchase_order_wiz_onchange_fusion_batch_vendor_id",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"target": "fusion_purchase_order_wiz_onchange_fusion_batch_vendor_id",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L47",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"_tgt": "fusion_purchase_order_wiz_default_get",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"target": "fusion_purchase_order_wiz_default_get",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L142",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"_tgt": "fusion_purchase_order_wiz_fusionpurchaseproductwiz",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"target": "fusion_purchase_order_wiz_fusionpurchaseproductwiz",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L162",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"_tgt": "fusion_purchase_order_wiz_onchange_vendor_id",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_purchase_order_wiz_py",
|
||||
"target": "fusion_purchase_order_wiz_onchange_vendor_id",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L81",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_purchase_order_wiz_fusionpurchaseorderwiz",
|
||||
"_tgt": "fusion_purchase_order_wiz_fusionpurchaseorderwiz_fusion_create_po",
|
||||
"source": "fusion_purchase_order_wiz_fusionpurchaseorderwiz",
|
||||
"target": "fusion_purchase_order_wiz_fusionpurchaseorderwiz_fusion_create_po",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L117",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_purchase_order_wiz_fusionpurchaseorderwiz_fusion_create_po",
|
||||
"_tgt": "fusion_purchase_order_wiz_fusionpurchaseproductwiz_prepare_fusion_po_line",
|
||||
"source": "fusion_purchase_order_wiz_fusionpurchaseorderwiz_fusion_create_po",
|
||||
"target": "fusion_purchase_order_wiz_fusionpurchaseproductwiz_prepare_fusion_po_line",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_purchase_order_wiz.py",
|
||||
"source_location": "L173",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_purchase_order_wiz_fusionpurchaseproductwiz",
|
||||
"_tgt": "fusion_purchase_order_wiz_fusionpurchaseproductwiz_prepare_fusion_po_line",
|
||||
"source": "fusion_purchase_order_wiz_fusionpurchaseproductwiz",
|
||||
"target": "fusion_purchase_order_wiz_fusionpurchaseproductwiz_prepare_fusion_po_line",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py",
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py",
|
||||
"_tgt": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_fusion_match_sale_order_wiz_py",
|
||||
"target": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/fusion_match_sale_order_wiz.py",
|
||||
"source_location": "L28",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz",
|
||||
"_tgt": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm",
|
||||
"source": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz",
|
||||
"target": "fusion_match_sale_order_wiz_fusionmatchsaleorderwiz_action_fusion_confirm",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/wizard/__init__.py",
|
||||
"source_location": "L4",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_wizard_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"_tgt": "fusion_so_to_po_saleorder",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"target": "fusion_so_to_po_saleorder",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L34",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"target": "fusion_so_to_po_purchaseorder",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L179",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"_tgt": "fusion_so_to_po_respartner",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_fusion_so_to_po_py",
|
||||
"target": "fusion_so_to_po_respartner",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L15",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_saleorder",
|
||||
"_tgt": "fusion_so_to_po_saleorder_compute_fusion_purchase_count",
|
||||
"source": "fusion_so_to_po_saleorder",
|
||||
"target": "fusion_so_to_po_saleorder_compute_fusion_purchase_count",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L21",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_saleorder",
|
||||
"_tgt": "fusion_so_to_po_saleorder_action_view_fusion_purchases",
|
||||
"source": "fusion_so_to_po_saleorder",
|
||||
"target": "fusion_so_to_po_saleorder_action_view_fusion_purchases",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L58",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_compute_fusion_sale_count",
|
||||
"source": "fusion_so_to_po_purchaseorder",
|
||||
"target": "fusion_so_to_po_purchaseorder_compute_fusion_sale_count",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L62",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_action_view_fusion_sale_order",
|
||||
"source": "fusion_so_to_po_purchaseorder",
|
||||
"target": "fusion_so_to_po_purchaseorder_action_view_fusion_sale_order",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L82",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_open_fusion_match_wizard",
|
||||
"source": "fusion_so_to_po_purchaseorder",
|
||||
"target": "fusion_so_to_po_purchaseorder_open_fusion_match_wizard",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L96",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"source": "fusion_so_to_po_purchaseorder",
|
||||
"target": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L129",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_action_fusion_batch_match",
|
||||
"source": "fusion_so_to_po_purchaseorder",
|
||||
"target": "fusion_so_to_po_purchaseorder_action_fusion_batch_match",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L102",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_open_fusion_match_wizard",
|
||||
"source": "fusion_so_to_po_purchaseorder_open_fusion_match_wizard",
|
||||
"target": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L97",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_rationale_97",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"source": "fusion_so_to_po_purchaseorder_action_fusion_match_sale_order",
|
||||
"target": "fusion_so_to_po_rationale_97",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "rationale_for",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/fusion_so_to_po.py",
|
||||
"source_location": "L130",
|
||||
"weight": 1.0,
|
||||
"_src": "fusion_so_to_po_rationale_130",
|
||||
"_tgt": "fusion_so_to_po_purchaseorder_action_fusion_batch_match",
|
||||
"source": "fusion_so_to_po_purchaseorder_action_fusion_batch_match",
|
||||
"target": "fusion_so_to_po_rationale_130",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_so_to_po/models/__init__.py",
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_so_to_po_models_init_py",
|
||||
"confidence_score": 1.0
|
||||
}
|
||||
],
|
||||
"hyperedges": []
|
||||
}
|
||||
Reference in New Issue
Block a user