1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "label": "account_move_external_tax.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L1"}, {"id": "account_move_external_tax_fusionmoveexternaltax", "label": "FusionMoveExternalTax", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L30"}, {"id": "account_move_external_tax_compute_fusion_use_external_tax", "label": "_compute_fusion_use_external_tax()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L83"}, {"id": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "label": "._compute_external_taxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L95"}, {"id": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "label": "._apply_external_tax_result()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L146"}, {"id": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "label": "._get_or_create_external_tax_record()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L186"}, {"id": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "label": "._void_external_taxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L265"}, {"id": "account_move_external_tax_fusionmoveexternaltax_post", "label": "._post()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L313"}, {"id": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": ".button_draft()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L331"}, {"id": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "label": ".action_compute_external_taxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L342"}, {"id": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "label": ".action_void_external_taxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L363"}, {"id": "account_move_external_tax_rationale_1", "label": "Fusion Accounting - Invoice External Tax Integration ===========================", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L1"}, {"id": "account_move_external_tax_rationale_31", "label": "Adds external tax provider support to journal entries / invoices.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L31"}, {"id": "account_move_external_tax_rationale_84", "label": "Determine whether external tax computation is available.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L84"}, {"id": "account_move_external_tax_rationale_96", "label": "Call the external tax provider and update invoice tax lines. For each i", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L96"}, {"id": "account_move_external_tax_rationale_147", "label": "Write the external tax computation result onto the invoice. Creates or", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L147"}, {"id": "account_move_external_tax_rationale_187", "label": "Find or create a placeholder ``account.tax`` for external tax lines. Th", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L187"}, {"id": "account_move_external_tax_rationale_266", "label": "Void previously committed external tax transactions. Called when an inv", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L266"}, {"id": "account_move_external_tax_rationale_314", "label": "Compute external taxes before the standard posting workflow. Invoices t", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L314"}, {"id": "account_move_external_tax_rationale_332", "label": "Void external tax transactions when resetting to draft.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L332"}, {"id": "account_move_external_tax_rationale_343", "label": "Manual button action to (re-)compute external taxes on the invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L343"}, {"id": "account_move_external_tax_rationale_364", "label": "Manual button action to void external taxes on the invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L364"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L22", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L24", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L25", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "target": "account_move_external_tax_fusionmoveexternaltax", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L30", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "target": "account_move_external_tax_compute_fusion_use_external_tax", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L83", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L95", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L146", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L186", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L265", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_post", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L313", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_button_draft", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L331", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L342", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax", "target": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L363", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "target": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L144", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "target": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L160", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_post", "target": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L327", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_button_draft", "target": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L336", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "target": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L351", "weight": 1.0}, {"source": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "target": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L365", "weight": 1.0}, {"source": "account_move_external_tax_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L1", "weight": 1.0}, {"source": "account_move_external_tax_rationale_31", "target": "account_move_external_tax_fusionmoveexternaltax", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L31", "weight": 1.0}, {"source": "account_move_external_tax_rationale_84", "target": "account_move_external_tax_fusionmoveexternaltax_compute_fusion_use_external_tax", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L84", "weight": 1.0}, {"source": "account_move_external_tax_rationale_96", "target": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L96", "weight": 1.0}, {"source": "account_move_external_tax_rationale_147", "target": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L147", "weight": 1.0}, {"source": "account_move_external_tax_rationale_187", "target": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L187", "weight": 1.0}, {"source": "account_move_external_tax_rationale_266", "target": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L266", "weight": 1.0}, {"source": "account_move_external_tax_rationale_314", "target": "account_move_external_tax_fusionmoveexternaltax_post", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L314", "weight": 1.0}, {"source": "account_move_external_tax_rationale_332", "target": "account_move_external_tax_fusionmoveexternaltax_button_draft", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L332", "weight": 1.0}, {"source": "account_move_external_tax_rationale_343", "target": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L343", "weight": 1.0}, {"source": "account_move_external_tax_rationale_364", "target": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L364", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_move_external_tax_compute_fusion_use_external_tax", "callee": "get_provider", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L87"}, {"caller_nid": "account_move_external_tax_compute_fusion_use_external_tax", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L88"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "get_provider", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L111"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L115"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L121"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L127"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "calculate_tax", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L133"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L137"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L137"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L140"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L155"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L156"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L157"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L163"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L163"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L165"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L166"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "link", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L170"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L173"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L178"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L181"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L198"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L204"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L210"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L216"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L232"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L233"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L240"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L241"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L249"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L252"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L277"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L289"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "void_transaction", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L292"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L293"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L298"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L303"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_post", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L329"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_button_draft", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L334"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_button_draft", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L337"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L346"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L346"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L356"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L357"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L370"}, {"caller_nid": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "source_location": "L371"}]} |