1 line
49 KiB
JSON
1 line
49 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "label": "account_reconcile_model.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L1"}, {"id": "account_reconcile_model_accountreconcilemodel", "label": "AccountReconcileModel", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L13"}, {"id": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "label": "._apply_lines_for_bank_widget()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L20"}, {"id": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "._apply_rules()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L54"}, {"id": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "label": "._is_applicable_for()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L100"}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "label": "._get_invoice_matching_amls_domain()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L160"}, {"id": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "label": "._get_st_line_text_values_for_matching()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L187"}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "label": "._get_invoice_matching_st_line_tokens()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L205"}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "._get_invoice_matching_amls_candidates()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L244"}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "label": "._get_invoice_matching_rules_map()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L420"}, {"id": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "label": "._get_partner_from_mapping()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L434"}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "label": "._get_invoice_matching_amls_result()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L474"}, {"id": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "label": "._check_rule_propositions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L594"}, {"id": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "label": ".run_auto_reconciliation()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L658"}, {"id": "account_reconcile_model_rationale_21", "label": "Generate journal item values by applying this model's lines to a bank st", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L21"}, {"id": "account_reconcile_model_rationale_55", "label": "Evaluate all non-button reconciliation models against a statement line a", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L55"}, {"id": "account_reconcile_model_rationale_101", "label": "Determine whether this model's filters allow it to be used for the given", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L101"}, {"id": "account_reconcile_model_rationale_161", "label": "Build the search domain for candidate journal items when performing invo", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L161"}, {"id": "account_reconcile_model_rationale_188", "label": "Gather text fields from the statement line that are enabled for matching", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L188"}, {"id": "account_reconcile_model_rationale_206", "label": "Parse statement line text into tokens for matching. :return: Tuple of (", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L206"}, {"id": "account_reconcile_model_rationale_245", "label": "Search for matching journal items using token-based and amount-based str", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L245"}, {"id": "account_reconcile_model_rationale_421", "label": "Return the priority-ordered mapping of matching rule functions. Override", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L421"}, {"id": "account_reconcile_model_rationale_435", "label": "Attempt to identify a partner using the model's regex mappings. :param", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L435"}, {"id": "account_reconcile_model_rationale_475", "label": "Process candidate journal items and determine whether they form a valid", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L475"}, {"id": "account_reconcile_model_rationale_595", "label": "Validate the aggregate match against payment tolerance rules. :return:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L595"}, {"id": "account_reconcile_model_rationale_659", "label": "Trigger automatic reconciliation for statement lines, with a time limit", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L659"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "dateutil_relativedelta", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "target": "account_reconcile_model_accountreconcilemodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L13", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L20", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_apply_rules", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L54", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L100", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L160", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L187", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L205", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L244", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L420", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L434", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L474", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L594", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel", "target": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L658", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_apply_rules", "target": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L67", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_apply_rules", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L71", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_apply_rules", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L79", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "target": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L210", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L264", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L273", "weight": 1.0}, {"source": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "target": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L589", "weight": 1.0}, {"source": "account_reconcile_model_rationale_21", "target": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L21", "weight": 1.0}, {"source": "account_reconcile_model_rationale_55", "target": "account_reconcile_model_accountreconcilemodel_apply_rules", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L55", "weight": 1.0}, {"source": "account_reconcile_model_rationale_101", "target": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L101", "weight": 1.0}, {"source": "account_reconcile_model_rationale_161", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L161", "weight": 1.0}, {"source": "account_reconcile_model_rationale_188", "target": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L188", "weight": 1.0}, {"source": "account_reconcile_model_rationale_206", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L206", "weight": 1.0}, {"source": "account_reconcile_model_rationale_245", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L245", "weight": 1.0}, {"source": "account_reconcile_model_rationale_421", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L421", "weight": 1.0}, {"source": "account_reconcile_model_rationale_435", "target": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L435", "weight": 1.0}, {"source": "account_reconcile_model_rationale_475", "target": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L475", "weight": 1.0}, {"source": "account_reconcile_model_rationale_595", "target": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L595", "weight": 1.0}, {"source": "account_reconcile_model_rationale_659", "target": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L659", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L29"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "callee": "_apply_in_bank_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L39"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "callee": "is_zero", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L42"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L45"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L62"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L62"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L72"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "keys", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L72"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "matching_fn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L74"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_apply_rules", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L78"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L106"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L116"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L143"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L144"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L151"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "_get_default_amls_matching_domain", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L163"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L167"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L169"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L173"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L176"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "context_today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L180"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "relativedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L181"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L183"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "callee": "to_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L183"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L193"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L196"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L198"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L200"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "callee": "_get_st_line_strings_for_matching", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L201"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L214"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L218"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "add", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L219"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L220"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L221"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L225"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L225"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L230"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L232"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L234"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "isdecimal", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L234"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L235"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L236"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L238"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "flush_model", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L261"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "flush_model", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L262"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "_where_calc", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L265"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L267"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L270"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L277"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L300"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L300"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L300"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L301"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L301"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L326"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L326"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L326"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L327"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L327"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "_build_sort_clause", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L339"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L339"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "tuple", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L340"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "execute_query", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L342"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L342"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L355"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L355"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L363"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L381"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L383"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "_build_sort_clause", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L385"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L385"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "execute_query", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L386"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "SQL", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L386"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L405"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L409"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "callee": "_build_sort_clause", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L411"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "callee": "defaultdict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L426"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L427"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L440"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L448"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L449"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "rstrip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L456"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "html2plaintext", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L456"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L459"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L459"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "_prepare_move_line_default_vals", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L502"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L516"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "_get_last_discount_date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L521"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L535"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L535"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L538"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L540"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L546"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "_try_batch_match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L575"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "_try_batch_match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L581"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "callee": "_build_result", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L590"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L599"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "_prepare_move_line_default_vals", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L605"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L607"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "_prepare_counterpart_amounts_using_st_line_rate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L608"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L617"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "is_zero", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L622"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "compare_amounts", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L636"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L643"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "callee": "compare_amounts", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L646"}, {"caller_nid": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "callee": "_cron_try_auto_reconcile_statement_lines", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "source_location": "L665"}]} |