changes
This commit is contained in:
112
fusion_odoo_fixes/graphify-out/graph.json
Normal file
112
fusion_odoo_fixes/graphify-out/graph.json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"directed": false,
|
||||
"multigraph": false,
|
||||
"graph": {},
|
||||
"nodes": [
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_init_py",
|
||||
"community": 1,
|
||||
"norm_label": "__init__.py"
|
||||
},
|
||||
{
|
||||
"label": "__manifest__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/__manifest__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_manifest_py",
|
||||
"community": 3,
|
||||
"norm_label": "__manifest__.py"
|
||||
},
|
||||
{
|
||||
"label": "account_move.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/account_move.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_account_move_py",
|
||||
"community": 0,
|
||||
"norm_label": "account_move.py"
|
||||
},
|
||||
{
|
||||
"label": "AccountMove",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/account_move.py",
|
||||
"source_location": "L25",
|
||||
"id": "account_move_accountmove",
|
||||
"community": 0,
|
||||
"norm_label": "accountmove"
|
||||
},
|
||||
{
|
||||
"label": "._invoice_paid_hook()",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/account_move.py",
|
||||
"source_location": "L28",
|
||||
"id": "account_move_accountmove_invoice_paid_hook",
|
||||
"community": 0,
|
||||
"norm_label": "._invoice_paid_hook()"
|
||||
},
|
||||
{
|
||||
"label": "__init__.py",
|
||||
"file_type": "code",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/__init__.py",
|
||||
"source_location": "L1",
|
||||
"id": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_init_py",
|
||||
"community": 2,
|
||||
"norm_label": "__init__.py"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/__init__.py",
|
||||
"source_location": "L5",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_init_py",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/account_move.py",
|
||||
"source_location": "L25",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_account_move_py",
|
||||
"_tgt": "account_move_accountmove",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_account_move_py",
|
||||
"target": "account_move_accountmove",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "method",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/account_move.py",
|
||||
"source_location": "L28",
|
||||
"weight": 1.0,
|
||||
"_src": "account_move_accountmove",
|
||||
"_tgt": "account_move_accountmove_invoice_paid_hook",
|
||||
"source": "account_move_accountmove",
|
||||
"target": "account_move_accountmove_invoice_paid_hook",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_odoo_fixes/models/__init__.py",
|
||||
"source_location": "L5",
|
||||
"weight": 1.0,
|
||||
"_src": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_init_py",
|
||||
"_tgt": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_init_py",
|
||||
"source": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_init_py",
|
||||
"target": "users_gurpreet_github_odoo_modules_fusion_odoo_fixes_models_init_py",
|
||||
"confidence_score": 1.0
|
||||
}
|
||||
],
|
||||
"hyperedges": []
|
||||
}
|
||||
Reference in New Issue
Block a user