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,107 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents (2026-04-22)
## Corpus Check
- 9 files · ~3,618 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 36 nodes · 44 edges · 11 communities detected
- Extraction: 89% EXTRACTED · 11% INFERRED · 0% AMBIGUOUS · INFERRED: 5 edges (avg confidence: 0.8)
- Token cost: 0 input · 0 output
## Community Hubs (Navigation)
- [[_COMMUNITY_Community 0|Community 0]]
- [[_COMMUNITY_Community 1|Community 1]]
- [[_COMMUNITY_Community 2|Community 2]]
- [[_COMMUNITY_Community 3|Community 3]]
- [[_COMMUNITY_Community 4|Community 4]]
- [[_COMMUNITY_Community 5|Community 5]]
- [[_COMMUNITY_Community 6|Community 6]]
- [[_COMMUNITY_Community 7|Community 7]]
- [[_COMMUNITY_Community 8|Community 8]]
- [[_COMMUNITY_Community 9|Community 9]]
- [[_COMMUNITY_Community 10|Community 10]]
## God Nodes (most connected - your core abstractions)
1. `TestDocumentToInvoice` - 11 edges
2. `AccountMove` - 3 edges
3. `DocumentsDocument` - 2 edges
4. `CreateInvoiceFromDocumentWizard` - 2 edges
5. `Tests for the documents.document <-> account.move bridge.` - 1 edges
6. `Reverse linkage from account.move back to source documents.` - 1 edges
7. `Bridge documents.document to accounting moves. Adds a Many2one link to the crea` - 1 edges
8. `Open the wizard to create a vendor invoice from this document.` - 1 edges
9. `Wizard to create a vendor invoice from a Documents document. The wizard creates` - 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.48
Nodes (2): TestDocumentToInvoice, TransactionCase
### Community 1 - "Community 1"
Cohesion: 0.33
Nodes (3): DocumentsDocument, Bridge documents.document to accounting moves. Adds a Many2one link to the crea, Open the wizard to create a vendor invoice from this document.
### Community 2 - "Community 2"
Cohesion: 0.4
Nodes (0):
### Community 3 - "Community 3"
Cohesion: 0.4
Nodes (2): AccountMove, Reverse linkage from account.move back to source documents.
### Community 4 - "Community 4"
Cohesion: 0.4
Nodes (2): CreateInvoiceFromDocumentWizard, Wizard to create a vendor invoice from a Documents document. The wizard creates
### Community 5 - "Community 5"
Cohesion: 0.67
Nodes (1): Tests for the documents.document <-> account.move bridge.
### Community 6 - "Community 6"
Cohesion: 1.0
Nodes (0):
### Community 7 - "Community 7"
Cohesion: 1.0
Nodes (0):
### Community 8 - "Community 8"
Cohesion: 1.0
Nodes (0):
### Community 9 - "Community 9"
Cohesion: 1.0
Nodes (0):
### Community 10 - "Community 10"
Cohesion: 1.0
Nodes (0):
## Knowledge Gaps
- **5 isolated node(s):** `Tests for the documents.document <-> account.move bridge.`, `Reverse linkage from account.move back to source documents.`, `Bridge documents.document to accounting moves. Adds a Many2one link to the crea`, `Open the wizard to create a vendor invoice from this document.`, `Wizard to create a vendor invoice from a Documents document. The wizard creates`
These have ≤1 connection - possible missing edges or undocumented components.
- **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): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 8`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 9`** (1 nodes): `__init__.py`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 10`** (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 `TestDocumentToInvoice` connect `Community 0` to `Community 2`, `Community 5`?**
_High betweenness centrality (0.142) - this node is a cross-community bridge._
- **Why does `CreateInvoiceFromDocumentWizard` connect `Community 4` to `Community 2`?**
_High betweenness centrality (0.101) - this node is a cross-community bridge._
- **What connects `Tests for the documents.document <-> account.move bridge.`, `Reverse linkage from account.move back to source documents.`, `Bridge documents.document to accounting moves. Adds a Many2one link to the crea` to the rest of the system?**
_5 weakly-connected nodes found - possible documentation gaps or missing edges._

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py", "label": "account_move.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L1"}, {"id": "account_move_accountmove", "label": "AccountMove", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L6"}, {"id": "account_move_accountmove_compute_source_document_count", "label": "._compute_source_document_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L21"}, {"id": "account_move_accountmove_action_open_source_documents", "label": ".action_open_source_documents()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L25"}, {"id": "account_move_rationale_1", "label": "Reverse linkage from account.move back to source documents.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py", "target": "account_move_accountmove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L6", "weight": 1.0}, {"source": "account_move_accountmove", "target": "account_move_accountmove_compute_source_document_count", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L21", "weight": 1.0}, {"source": "account_move_accountmove", "target": "account_move_accountmove_action_open_source_documents", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L25", "weight": 1.0}, {"source": "account_move_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_move_accountmove_compute_source_document_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L23"}, {"caller_nid": "account_move_accountmove_action_open_source_documents", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L26"}, {"caller_nid": "account_move_accountmove_action_open_source_documents", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py", "source_location": "L29"}]}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/__init__.py", "source_location": "L2", "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_accounting_documents_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__init__.py", "source_location": "L2", "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_accounting_documents_wizards_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/__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,862 @@
{
"directed": false,
"multigraph": false,
"graph": {},
"nodes": [
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py",
"community": 6,
"norm_label": "__init__.py"
},
{
"label": "__manifest__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__manifest__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_manifest_py",
"community": 10,
"norm_label": "__manifest__.py"
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_init_py",
"community": 7,
"norm_label": "__init__.py"
},
{
"label": "test_document_to_invoice.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"community": 5,
"norm_label": "test_document_to_invoice.py"
},
{
"label": "TestDocumentToInvoice",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L11",
"id": "test_document_to_invoice_testdocumenttoinvoice",
"community": 0,
"norm_label": "testdocumenttoinvoice"
},
{
"label": "TransactionCase",
"file_type": "code",
"source_file": "",
"source_location": "",
"id": "transactioncase",
"community": 0,
"norm_label": "transactioncase"
},
{
"label": "setUpClass()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L14",
"id": "test_document_to_invoice_setupclass",
"community": 5,
"norm_label": "setupclass()"
},
{
"label": "._make_document()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L26",
"id": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"community": 0,
"norm_label": "._make_document()"
},
{
"label": ".test_invoice_candidate_flag_pdf()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L49",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_pdf",
"community": 0,
"norm_label": ".test_invoice_candidate_flag_pdf()"
},
{
"label": ".test_invoice_candidate_flag_image()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L53",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_image",
"community": 0,
"norm_label": ".test_invoice_candidate_flag_image()"
},
{
"label": ".test_invoice_candidate_flag_text_excluded()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L61",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_text_excluded",
"community": 0,
"norm_label": ".test_invoice_candidate_flag_text_excluded()"
},
{
"label": ".test_action_create_invoice_opens_wizard()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L69",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"community": 2,
"norm_label": ".test_action_create_invoice_opens_wizard()"
},
{
"label": ".test_wizard_creates_invoice_and_links()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L80",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"community": 2,
"norm_label": ".test_wizard_creates_invoice_and_links()"
},
{
"label": ".test_action_create_invoice_already_linked_raises()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L111",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"community": 0,
"norm_label": ".test_action_create_invoice_already_linked_raises()"
},
{
"label": ".test_action_create_invoice_non_candidate_raises()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L121",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"community": 2,
"norm_label": ".test_action_create_invoice_non_candidate_raises()"
},
{
"label": ".test_wizard_creates_credit_note()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L130",
"id": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"community": 2,
"norm_label": ".test_wizard_creates_credit_note()"
},
{
"label": "Tests for the documents.document <-> account.move bridge.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L1",
"id": "test_document_to_invoice_rationale_1",
"community": 5,
"norm_label": "tests for the documents.document <-> account.move bridge."
},
{
"label": "account_move.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py",
"community": 3,
"norm_label": "account_move.py"
},
{
"label": "AccountMove",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L6",
"id": "account_move_accountmove",
"community": 3,
"norm_label": "accountmove"
},
{
"label": "._compute_source_document_count()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L21",
"id": "account_move_accountmove_compute_source_document_count",
"community": 3,
"norm_label": "._compute_source_document_count()"
},
{
"label": ".action_open_source_documents()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L25",
"id": "account_move_accountmove_action_open_source_documents",
"community": 3,
"norm_label": ".action_open_source_documents()"
},
{
"label": "Reverse linkage from account.move back to source documents.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L1",
"id": "account_move_rationale_1",
"community": 3,
"norm_label": "reverse linkage from account.move back to source documents."
},
{
"label": "documents_document.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"community": 1,
"norm_label": "documents_document.py"
},
{
"label": "DocumentsDocument",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L21",
"id": "documents_document_documentsdocument",
"community": 1,
"norm_label": "documentsdocument"
},
{
"label": "_compute_is_invoice_candidate()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L40",
"id": "documents_document_compute_is_invoice_candidate",
"community": 1,
"norm_label": "_compute_is_invoice_candidate()"
},
{
"label": ".action_create_invoice()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L48",
"id": "documents_document_documentsdocument_action_create_invoice",
"community": 1,
"norm_label": ".action_create_invoice()"
},
{
"label": "Bridge documents.document to accounting moves. Adds a Many2one link to the crea",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L1",
"id": "documents_document_rationale_1",
"community": 1,
"norm_label": "bridge documents.document to accounting moves. adds a many2one link to the crea"
},
{
"label": "Open the wizard to create a vendor invoice from this document.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L49",
"id": "documents_document_rationale_49",
"community": 1,
"norm_label": "open the wizard to create a vendor invoice from this document."
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py",
"community": 8,
"norm_label": "__init__.py"
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py",
"community": 9,
"norm_label": "__init__.py"
},
{
"label": "create_invoice_from_document.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"community": 4,
"norm_label": "create_invoice_from_document.py"
},
{
"label": "CreateInvoiceFromDocumentWizard",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L20",
"id": "create_invoice_from_document_createinvoicefromdocumentwizard",
"community": 4,
"norm_label": "createinvoicefromdocumentwizard"
},
{
"label": "_default_journal()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L62",
"id": "create_invoice_from_document_default_journal",
"community": 4,
"norm_label": "_default_journal()"
},
{
"label": "_onchange_company_id()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L70",
"id": "create_invoice_from_document_onchange_company_id",
"community": 4,
"norm_label": "_onchange_company_id()"
},
{
"label": ".action_create_invoice()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L78",
"id": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"community": 2,
"norm_label": ".action_create_invoice()"
},
{
"label": "Wizard to create a vendor invoice from a Documents document. The wizard creates",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L1",
"id": "create_invoice_from_document_rationale_1",
"community": 4,
"norm_label": "wizard to create a vendor invoice from a documents document. the wizard creates"
}
],
"links": [
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/__init__.py",
"source_location": "L2",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_init_py",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/__init__.py",
"source_location": "L1",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_init_py",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L11",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"target": "test_document_to_invoice_testdocumenttoinvoice",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L14",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"_tgt": "test_document_to_invoice_setupclass",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"target": "test_document_to_invoice_setupclass",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L1",
"weight": 1.0,
"_src": "test_document_to_invoice_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_tests_test_document_to_invoice_py",
"target": "test_document_to_invoice_rationale_1",
"confidence_score": 1.0
},
{
"relation": "inherits",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L11",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "transactioncase",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "transactioncase",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L26",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L49",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_pdf",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_pdf",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L53",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_image",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_image",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L61",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_text_excluded",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_text_excluded",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L69",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L80",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L111",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L121",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L130",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"source": "test_document_to_invoice_testdocumenttoinvoice",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L50",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_pdf",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_pdf",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L54",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_image",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_image",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L62",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_text_excluded",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_invoice_candidate_flag_text_excluded",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L70",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L81",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L112",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L122",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L131",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"_tgt": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"source": "test_document_to_invoice_testdocumenttoinvoice_make_document",
"target": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L71",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_opens_wizard",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice"
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L88",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_invoice_and_links",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice"
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L119",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_already_linked_raises",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice"
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L128",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "test_document_to_invoice_testdocumenttoinvoice_test_action_create_invoice_non_candidate_raises",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice"
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/tests/test_document_to_invoice.py",
"source_location": "L137",
"weight": 1.0,
"_src": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "test_document_to_invoice_testdocumenttoinvoice_test_wizard_creates_credit_note",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L6",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py",
"_tgt": "account_move_accountmove",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py",
"target": "account_move_accountmove",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L1",
"weight": 1.0,
"_src": "account_move_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_account_move_py",
"target": "account_move_rationale_1",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L21",
"weight": 1.0,
"_src": "account_move_accountmove",
"_tgt": "account_move_accountmove_compute_source_document_count",
"source": "account_move_accountmove",
"target": "account_move_accountmove_compute_source_document_count",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/account_move.py",
"source_location": "L25",
"weight": 1.0,
"_src": "account_move_accountmove",
"_tgt": "account_move_accountmove_action_open_source_documents",
"source": "account_move_accountmove",
"target": "account_move_accountmove_action_open_source_documents",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L21",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"_tgt": "documents_document_documentsdocument",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"target": "documents_document_documentsdocument",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L40",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"_tgt": "documents_document_compute_is_invoice_candidate",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"target": "documents_document_compute_is_invoice_candidate",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L1",
"weight": 1.0,
"_src": "documents_document_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_documents_document_py",
"target": "documents_document_rationale_1",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L48",
"weight": 1.0,
"_src": "documents_document_documentsdocument",
"_tgt": "documents_document_documentsdocument_action_create_invoice",
"source": "documents_document_documentsdocument",
"target": "documents_document_documentsdocument_action_create_invoice",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/documents_document.py",
"source_location": "L49",
"weight": 1.0,
"_src": "documents_document_rationale_49",
"_tgt": "documents_document_documentsdocument_action_create_invoice",
"source": "documents_document_documentsdocument_action_create_invoice",
"target": "documents_document_rationale_49",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/models/__init__.py",
"source_location": "L2",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_models_init_py",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/__init__.py",
"source_location": "L1",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_init_py",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L20",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L62",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"_tgt": "create_invoice_from_document_default_journal",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"target": "create_invoice_from_document_default_journal",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L70",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"_tgt": "create_invoice_from_document_onchange_company_id",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"target": "create_invoice_from_document_onchange_company_id",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L1",
"weight": 1.0,
"_src": "create_invoice_from_document_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_documents_wizards_create_invoice_from_document_py",
"target": "create_invoice_from_document_rationale_1",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_documents/wizards/create_invoice_from_document.py",
"source_location": "L78",
"weight": 1.0,
"_src": "create_invoice_from_document_createinvoicefromdocumentwizard",
"_tgt": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"source": "create_invoice_from_document_createinvoicefromdocumentwizard",
"target": "create_invoice_from_document_createinvoicefromdocumentwizard_action_create_invoice",
"confidence_score": 1.0
}
],
"hyperedges": []
}