Files
Odoo-Modules/fusion_accounting_documents/graphify-out/graph.json
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

862 lines
41 KiB
JSON

{
"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": []
}