1 line
37 KiB
JSON
1 line
37 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "label": "account_bank_statement.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L1"}, {"id": "account_bank_statement_fusionbankstatement", "label": "FusionBankStatement", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L19"}, {"id": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "label": ".action_open_bank_reconcile_widget()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L27"}, {"id": "account_bank_statement_fusionbankstatement_action_generate_attachment", "label": ".action_generate_attachment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L39"}, {"id": "account_bank_statement_fusionbankstatementline", "label": "FusionBankStatementLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L64"}, {"id": "account_bank_statement_fusionbankstatementline_action_save_close", "label": ".action_save_close()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L89"}, {"id": "account_bank_statement_fusionbankstatementline_action_save_new", "label": ".action_save_new()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L93"}, {"id": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "_action_open_bank_reconciliation_widget()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L105"}, {"id": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "label": ".action_open_recon_st_line()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L129"}, {"id": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "._cron_try_auto_reconcile_statement_lines()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L143"}, {"id": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "._retrieve_partner()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L233"}, {"id": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "label": "._get_st_line_strings_for_matching()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L295"}, {"id": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "._get_default_amls_matching_domain()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L313"}, {"id": "account_bank_statement_rationale_20", "label": "Extends bank statements with reconciliation widget integration and PDF attac", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L20"}, {"id": "account_bank_statement_rationale_28", "label": "Launch the bank reconciliation widget scoped to this statement.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L28"}, {"id": "account_bank_statement_rationale_40", "label": "Render statement as PDF and attach it to the record.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L40"}, {"id": "account_bank_statement_rationale_65", "label": "Extends bank statement lines with reconciliation workflow, automated matchin", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L65"}, {"id": "account_bank_statement_rationale_90", "label": "Close the current form after saving.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L90"}, {"id": "account_bank_statement_rationale_94", "label": "Save and immediately open a fresh statement line form.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L94"}, {"id": "account_bank_statement_rationale_108", "label": "Return an action dict that opens the bank reconciliation widget.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L108"}, {"id": "account_bank_statement_rationale_130", "label": "Open the reconciliation widget focused on a single statement line.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L130"}, {"id": "account_bank_statement_rationale_144", "label": "Attempt to automatically reconcile statement lines using configured reco", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L144"}, {"id": "account_bank_statement_rationale_234", "label": "Heuristically determine the partner for this statement line by inspectin", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L234"}, {"id": "account_bank_statement_rationale_296", "label": "Collect textual values from the statement line for use in matching algor", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L296"}, {"id": "account_bank_statement_rationale_314", "label": "Exclude stock valuation accounts from the default matching domain.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L314"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "dateutil_relativedelta", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "itertools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "markupsafe", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "odoo_addons_base_models_res_bank", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "odoo_osv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L14", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "account_bank_statement_fusionbankstatement", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L19", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatement", "target": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L27", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatement", "target": "account_bank_statement_fusionbankstatement_action_generate_attachment", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L39", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "account_bank_statement_fusionbankstatementline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L64", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_action_save_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L89", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_action_save_new", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L93", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "target": "account_bank_statement_action_open_bank_reconciliation_widget", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L105", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L129", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L143", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_retrieve_partner", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L233", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L295", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline", "target": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L313", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "target": "account_bank_statement_action_open_bank_reconciliation_widget", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L30", "weight": 1.0}, {"source": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "target": "account_bank_statement_action_open_bank_reconciliation_widget", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L132", "weight": 1.0}, {"source": "account_bank_statement_rationale_20", "target": "account_bank_statement_fusionbankstatement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L20", "weight": 1.0}, {"source": "account_bank_statement_rationale_28", "target": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L28", "weight": 1.0}, {"source": "account_bank_statement_rationale_40", "target": "account_bank_statement_fusionbankstatement_action_generate_attachment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L40", "weight": 1.0}, {"source": "account_bank_statement_rationale_65", "target": "account_bank_statement_fusionbankstatementline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L65", "weight": 1.0}, {"source": "account_bank_statement_rationale_90", "target": "account_bank_statement_fusionbankstatementline_action_save_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L90", "weight": 1.0}, {"source": "account_bank_statement_rationale_94", "target": "account_bank_statement_fusionbankstatementline_action_save_new", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L94", "weight": 1.0}, {"source": "account_bank_statement_rationale_108", "target": "account_bank_statement_fusionbankstatementline_action_open_bank_reconciliation_widget", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L108", "weight": 1.0}, {"source": "account_bank_statement_rationale_130", "target": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L130", "weight": 1.0}, {"source": "account_bank_statement_rationale_144", "target": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L144", "weight": 1.0}, {"source": "account_bank_statement_rationale_234", "target": "account_bank_statement_fusionbankstatementline_retrieve_partner", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L234", "weight": 1.0}, {"source": "account_bank_statement_rationale_296", "target": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L296", "weight": 1.0}, {"source": "account_bank_statement_rationale_314", "target": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L314", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L29"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L41"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L42"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L44"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "_render_qweb_pdf", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L45"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L49"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L51"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L53"}, {"caller_nid": "account_bank_statement_fusionbankstatement_action_generate_attachment", "callee": "report_action", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L61"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_action_save_new", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L95"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L111"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L112"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L113"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_get_bank_statements_available_import_formats", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L118"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "format", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L119"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "Markup", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L119"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L123"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L124"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L125"}, {"caller_nid": "account_bank_statement_action_open_bank_reconciliation_widget", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L125"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L131"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L167"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "search_fetch", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L171"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "_fetch_candidates", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L187"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L191"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "timestamp", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L192"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L192"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "timestamp", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L192"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "new", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L197"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "with_context", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L197"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "_action_trigger_matching_rules", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L200"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "_action_validate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L204"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L206"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L207"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "message_post", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L209"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L210"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L217"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L219"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L223"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L226"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "_trigger", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L228"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L228"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L237"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "sanitize_account_number", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L245"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L252"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L255"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L258"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L259"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L264"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L275"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L276"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L279"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L283"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "_check_company_domain", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L284"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "_get_partner_from_mapping", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L288"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_retrieve_partner", "callee": "_is_applicable_for", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L289"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L298"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L302"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "callee": "html2plaintext", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L304"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L306"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L309"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L315"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L316"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L322"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L323"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "AND", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L326"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "tuple", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L328"}, {"caller_nid": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "source_location": "L328"}]} |