Files
Odoo-Modules/graphify-out/cache/f962d0b7d9b2b699cf5ddb35d318582e2ada0edd4197495a4c5e7a050dfd0845.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_account_journal_dashboard_py", "label": "account_journal_dashboard.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L1"}, {"id": "account_journal_dashboard_accountjournal", "label": "AccountJournal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L9"}, {"id": "account_journal_dashboard_accountjournal_action_open_reconcile", "label": ".action_open_reconcile()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L23"}, {"id": "account_journal_dashboard_accountjournal_action_open_to_check", "label": ".action_open_to_check()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L54"}, {"id": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "label": ".action_open_bank_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L76"}, {"id": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "label": ".action_open_reconcile_statement()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L98"}, {"id": "account_journal_dashboard_accountjournal_open_action", "label": ".open_action()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L121"}, {"id": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "label": "._fill_general_dashboard_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L159"}, {"id": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "label": ".action_open_bank_balance_in_gl()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L182"}, {"id": "account_journal_dashboard_rationale_10", "label": "Extends account.journal to add bank reconciliation dashboard actions. Provi", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L10"}, {"id": "account_journal_dashboard_rationale_24", "label": "Open the appropriate reconciliation view for this journal. For liquidit", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L24"}, {"id": "account_journal_dashboard_rationale_55", "label": "Open bank reconciliation showing only items flagged for review. Navigat", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L55"}, {"id": "account_journal_dashboard_rationale_77", "label": "Open a flat list of all bank transactions for this journal. Unlike the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L77"}, {"id": "account_journal_dashboard_rationale_99", "label": "Open bank reconciliation for a single statement. The target statement i", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L99"}, {"id": "account_journal_dashboard_rationale_122", "label": "Route the dashboard click to the bank reconciliation widget. When the u", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L122"}, {"id": "account_journal_dashboard_rationale_160", "label": "Augment general-journal dashboard data with tax periodicity flag. For j", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L160"}, {"id": "account_journal_dashboard_rationale_183", "label": "Open the General Ledger report pre-filtered to this journal's bank account.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L183"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_dashboard_py", "target": "ast", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_dashboard_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_dashboard_py", "target": "account_journal_dashboard_accountjournal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L9", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_action_open_reconcile", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L23", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_action_open_to_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L54", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L76", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L98", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_open_action", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L121", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L159", "weight": 1.0}, {"source": "account_journal_dashboard_accountjournal", "target": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L182", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_10", "target": "account_journal_dashboard_accountjournal", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L10", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_24", "target": "account_journal_dashboard_accountjournal_action_open_reconcile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L24", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_55", "target": "account_journal_dashboard_accountjournal_action_open_to_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L55", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_77", "target": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L77", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_99", "target": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L99", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_122", "target": "account_journal_dashboard_accountjournal_open_action", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L122", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_160", "target": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L160", "weight": 1.0}, {"source": "account_journal_dashboard_rationale_183", "target": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L183", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_journal_dashboard_accountjournal_action_open_reconcile", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L37"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_reconcile", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L46"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_reconcile", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L52"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_to_check", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L64"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_to_check", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L72"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L86"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L93"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L108"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L113"}, {"caller_nid": "account_journal_dashboard_accountjournal_open_action", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L136"}, {"caller_nid": "account_journal_dashboard_accountjournal_open_action", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L139"}, {"caller_nid": "account_journal_dashboard_accountjournal_open_action", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L148"}, {"caller_nid": "account_journal_dashboard_accountjournal_open_action", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L153"}, {"caller_nid": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L170"}, {"caller_nid": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L172"}, {"caller_nid": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "callee": "_get_tax_closing_journal", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L174"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L192"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L195"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "callee": "literal_eval", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L198"}, {"caller_nid": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "source_location": "L198"}]}