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

1 line
16 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "label": "budget.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L1"}, {"id": "budget_fusionbudget", "label": "FusionBudget", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L8"}, {"id": "budget_create", "label": "create()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L45"}, {"id": "budget_check_budget_name_not_empty", "label": "_check_budget_name_not_empty()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L58"}, {"id": "budget_fusionbudget_copy_data", "label": ".copy_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L70"}, {"id": "budget_fusionbudget_copy", "label": ".copy()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L79"}, {"id": "budget_fusionbudget_create_or_update_budget_items", "label": "._create_or_update_budget_items()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L96"}, {"id": "budget_fusionbudgetitem", "label": "FusionBudgetItem", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L191"}, {"id": "budget_rationale_9", "label": "Represents a financial budget linked to accounting reports. A budget groups", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L9"}, {"id": "budget_rationale_46", "label": "Override create to sanitize the budget name by stripping whitespace.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L46"}, {"id": "budget_rationale_59", "label": "Ensure every budget record has a non-empty name.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L59"}, {"id": "budget_rationale_71", "label": "Append '(copy)' suffix to duplicated budget names.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L71"}, {"id": "budget_rationale_80", "label": "Duplicate budgets together with their line items.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L80"}, {"id": "budget_rationale_99", "label": "Distribute a target amount across monthly budget items. When the user e", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L99"}, {"id": "budget_rationale_192", "label": "A single monthly budget entry for one account within a budget. Each item re", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L192"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "budget_fusionbudget", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "budget_create", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L45", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "budget_check_budget_name_not_empty", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L58", "weight": 1.0}, {"source": "budget_fusionbudget", "target": "budget_fusionbudget_copy_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L70", "weight": 1.0}, {"source": "budget_fusionbudget", "target": "budget_fusionbudget_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L79", "weight": 1.0}, {"source": "budget_fusionbudget", "target": "budget_fusionbudget_create_or_update_budget_items", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L96", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "target": "budget_fusionbudgetitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L191", "weight": 1.0}, {"source": "budget_fusionbudget_create_or_update_budget_items", "target": "budget_create", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L176", "weight": 1.0}, {"source": "budget_rationale_9", "target": "budget_fusionbudget", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L9", "weight": 1.0}, {"source": "budget_rationale_46", "target": "budget_fusionbudget_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L46", "weight": 1.0}, {"source": "budget_rationale_59", "target": "budget_fusionbudget_check_budget_name_not_empty", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L59", "weight": 1.0}, {"source": "budget_rationale_71", "target": "budget_fusionbudget_copy_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L71", "weight": 1.0}, {"source": "budget_rationale_80", "target": "budget_fusionbudget_copy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L80", "weight": 1.0}, {"source": "budget_rationale_99", "target": "budget_fusionbudget_create_or_update_budget_items", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L99", "weight": 1.0}, {"source": "budget_rationale_192", "target": "budget_fusionbudgetitem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L192", "weight": 1.0}], "raw_calls": [{"caller_nid": "budget_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L48"}, {"caller_nid": "budget_create", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L50"}, {"caller_nid": "budget_create", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L51"}, {"caller_nid": "budget_check_budget_name_not_empty", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L61"}, {"caller_nid": "budget_check_budget_name_not_empty", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L62"}, {"caller_nid": "budget_check_budget_name_not_empty", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L63"}, {"caller_nid": "budget_fusionbudget_copy_data", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L72"}, {"caller_nid": "budget_fusionbudget_copy_data", "callee": "zip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L74"}, {"caller_nid": "budget_fusionbudget_copy_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L75"}, {"caller_nid": "budget_fusionbudget_copy_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L76"}, {"caller_nid": "budget_fusionbudget_copy", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L81"}, {"caller_nid": "budget_fusionbudget_copy", "callee": "zip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L82"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L116"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "to_date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L118"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "to_date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L119"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "search_fetch", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L124"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L133"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L133"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "float_is_zero", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L137"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "start_of", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L142"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "date_range", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L143"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L145"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "float_round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L149"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "float_round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L155"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L155"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "float_round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L156"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "zip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L164"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L165"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L168"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L169"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L175"}, {"caller_nid": "budget_fusionbudget_create_or_update_budget_items", "callee": "flush_model", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "source_location": "L188"}]}