1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "label": "account_move_line.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L1"}, {"id": "account_move_line_fusionaccountmoveline", "label": "FusionAccountMoveLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L9"}, {"id": "account_move_line_compute_exclude_bank_lines", "label": "_compute_exclude_bank_lines()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L26"}, {"id": "account_move_line_check_taxes_on_closing_entries", "label": "_check_taxes_on_closing_entries()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L37"}, {"id": "account_move_line_compute_tax_ids", "label": "_compute_tax_ids()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L47"}, {"id": "account_move_line_prepare_aml_shadowing_for_report", "label": "_prepare_aml_shadowing_for_report()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L58"}, {"id": "account_move_line_rationale_10", "label": "Extends journal items with a computed bank-line exclusion flag, guards again", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L10"}, {"id": "account_move_line_rationale_27", "label": "Flag lines whose account differs from their journal's default account, u", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L27"}, {"id": "account_move_line_rationale_38", "label": "Prevent taxes from being added to tax-closing move lines.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L38"}, {"id": "account_move_line_rationale_48", "label": "Skip automatic tax computation for lines on tax-closing moves, which mig", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L48"}, {"id": "account_move_line_rationale_59", "label": "Build SQL fragments for creating a temporary table that mirrors ``accoun", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L59"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "account_move_line_fusionaccountmoveline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "account_move_line_compute_exclude_bank_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L26", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "account_move_line_check_taxes_on_closing_entries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L37", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "account_move_line_compute_tax_ids", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L47", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "target": "account_move_line_prepare_aml_shadowing_for_report", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L58", "weight": 1.0}, {"source": "account_move_line_rationale_10", "target": "account_move_line_fusionaccountmoveline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L10", "weight": 1.0}, {"source": "account_move_line_rationale_27", "target": "account_move_line_fusionaccountmoveline_compute_exclude_bank_lines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L27", "weight": 1.0}, {"source": "account_move_line_rationale_38", "target": "account_move_line_fusionaccountmoveline_check_taxes_on_closing_entries", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L38", "weight": 1.0}, {"source": "account_move_line_rationale_48", "target": "account_move_line_fusionaccountmoveline_compute_tax_ids", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L48", "weight": 1.0}, {"source": "account_move_line_rationale_59", "target": "account_move_line_fusionaccountmoveline_prepare_aml_shadowing_for_report", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L59", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_move_line_check_taxes_on_closing_entries", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L41"}, {"caller_nid": "account_move_line_check_taxes_on_closing_entries", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L42"}, {"caller_nid": "account_move_line_compute_tax_ids", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L50"}, {"caller_nid": "account_move_line_compute_tax_ids", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L54"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "fields_get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L70"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L71"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "fetchall", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L76"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L82"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L82"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L85"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L85"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L89"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L90"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L92"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L95"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L95"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L98"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L98"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L101"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L101"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "identifier", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L101"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L102"}, {"caller_nid": "account_move_line_prepare_aml_shadowing_for_report", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "source_location": "L102"}]} |