Files
Odoo-Modules/graphify-out/cache/b13fcbf955427312ed36429d01b1efe817108deac6494ad8a4de53e17220c2d8.json
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

1 line
115 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "label": "xml_parser.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L1"}, {"id": "xml_parser_fusionxmlparser", "label": "FusionXmlParser", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L17"}, {"id": "xml_parser_parse_from_binary", "label": "parse_from_binary()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L30"}, {"id": "xml_parser_parse_and_create", "label": "parse_and_create()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L44"}, {"id": "xml_parser_reparse_existing", "label": "reparse_existing()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L81"}, {"id": "xml_parser_fusionxmlparser_xml_to_json", "label": "._xml_to_json()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L130"}, {"id": "xml_parser_fusionxmlparser_json_to_model_vals", "label": "._json_to_model_vals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L299"}, {"id": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "label": "._link_authorizer_by_adp_number()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L644"}, {"id": "xml_parser_fusionxmlparser_find_or_create_profile", "label": "._find_or_create_profile()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L677"}, {"id": "xml_parser_fusionxmlparser_find_partner", "label": "._find_partner()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L741"}, {"id": "xml_parser_t", "label": "_t()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L755"}, {"id": "xml_parser_pd", "label": "_pd()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L763"}, {"id": "xml_parser_rationale_18", "label": "Utility to parse ADP application XML files and create/update client profiles", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L18"}, {"id": "xml_parser_rationale_31", "label": "Parse from binary field (base64 encoded). Returns tuple (profile, applic", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L31"}, {"id": "xml_parser_rationale_45", "label": "Parse raw XML string, create/update profile and application data. Return", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L45"}, {"id": "xml_parser_rationale_82", "label": "Re-parse an existing application data record from its raw_xml. Updates a", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L82"}, {"id": "xml_parser_rationale_131", "label": "Convert the entire Form element to a flat JSON dict with dot-notation keys.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L131"}, {"id": "xml_parser_rationale_300", "label": "Map flat JSON dict to fusion.adp.application.data field values.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L300"}, {"id": "xml_parser_rationale_645", "label": "Auto-link the authorizer contact on the sale order using the ADP number from XML", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L645"}, {"id": "xml_parser_rationale_678", "label": "Find or create a client profile from parsed application data.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L678"}, {"id": "xml_parser_rationale_742", "label": "Try to find a matching res.partner.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L742"}, {"id": "xml_parser_rationale_756", "label": "Get text of child element, empty string if missing.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L756"}, {"id": "xml_parser_rationale_764", "label": "Parse date string, return date or False.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L764"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_etree_elementtree", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_fusionxmlparser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_parse_from_binary", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L30", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_parse_and_create", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L44", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_reparse_existing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L81", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser", "target": "xml_parser_fusionxmlparser_xml_to_json", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L130", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser", "target": "xml_parser_fusionxmlparser_json_to_model_vals", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L299", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser", "target": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L644", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser", "target": "xml_parser_fusionxmlparser_find_or_create_profile", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L677", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser", "target": "xml_parser_fusionxmlparser_find_partner", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L741", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_t", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L755", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_models_xml_parser_py", "target": "xml_parser_pd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L763", "weight": 1.0}, {"source": "xml_parser_parse_from_binary", "target": "xml_parser_parse_and_create", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L41", "weight": 1.0}, {"source": "xml_parser_parse_and_create", "target": "xml_parser_fusionxmlparser_xml_to_json", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L59", "weight": 1.0}, {"source": "xml_parser_parse_and_create", "target": "xml_parser_fusionxmlparser_json_to_model_vals", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L62", "weight": 1.0}, {"source": "xml_parser_parse_and_create", "target": "xml_parser_fusionxmlparser_find_or_create_profile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L67", "weight": 1.0}, {"source": "xml_parser_parse_and_create", "target": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L71", "weight": 1.0}, {"source": "xml_parser_reparse_existing", "target": "xml_parser_fusionxmlparser_xml_to_json", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L97", "weight": 1.0}, {"source": "xml_parser_reparse_existing", "target": "xml_parser_fusionxmlparser_json_to_model_vals", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L98", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser_xml_to_json", "target": "xml_parser_t", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L133", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser_json_to_model_vals", "target": "xml_parser_pd", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L314", "weight": 1.0}, {"source": "xml_parser_fusionxmlparser_find_or_create_profile", "target": "xml_parser_fusionxmlparser_find_partner", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L730", "weight": 1.0}, {"source": "xml_parser_rationale_18", "target": "xml_parser_fusionxmlparser", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L18", "weight": 1.0}, {"source": "xml_parser_rationale_31", "target": "xml_parser_fusionxmlparser_parse_from_binary", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L31", "weight": 1.0}, {"source": "xml_parser_rationale_45", "target": "xml_parser_fusionxmlparser_parse_and_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L45", "weight": 1.0}, {"source": "xml_parser_rationale_82", "target": "xml_parser_fusionxmlparser_reparse_existing", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L82", "weight": 1.0}, {"source": "xml_parser_rationale_131", "target": "xml_parser_fusionxmlparser_xml_to_json", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L131", "weight": 1.0}, {"source": "xml_parser_rationale_300", "target": "xml_parser_fusionxmlparser_json_to_model_vals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L300", "weight": 1.0}, {"source": "xml_parser_rationale_645", "target": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L645", "weight": 1.0}, {"source": "xml_parser_rationale_678", "target": "xml_parser_fusionxmlparser_find_or_create_profile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L678", "weight": 1.0}, {"source": "xml_parser_rationale_742", "target": "xml_parser_fusionxmlparser_find_partner", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L742", "weight": 1.0}, {"source": "xml_parser_rationale_756", "target": "xml_parser_fusionxmlparser_t", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L756", "weight": 1.0}, {"source": "xml_parser_rationale_764", "target": "xml_parser_fusionxmlparser_pd", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L764", "weight": 1.0}], "raw_calls": [{"caller_nid": "xml_parser_parse_from_binary", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L37"}, {"caller_nid": "xml_parser_parse_from_binary", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L37"}, {"caller_nid": "xml_parser_parse_from_binary", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L39"}, {"caller_nid": "xml_parser_parse_and_create", "callee": "fromstring", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L49"}, {"caller_nid": "xml_parser_parse_and_create", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L51"}, {"caller_nid": "xml_parser_parse_and_create", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L54"}, {"caller_nid": "xml_parser_parse_and_create", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L64"}, {"caller_nid": "xml_parser_parse_and_create", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L76"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "fromstring", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L88"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L90"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L93"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L99"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "pop", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L102"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "pop", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L103"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "pop", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L104"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L106"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L111"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L113"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L115"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L117"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L119"}, {"caller_nid": "xml_parser_reparse_existing", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L123"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "OrderedDict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L132"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L137"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L145"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L151"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L153"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L165"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L182"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L205"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L225"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L246"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L248"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L252"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L260"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L262"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L266"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L270"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L274"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L278"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L280"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L284"}, {"caller_nid": "xml_parser_fusionxmlparser_xml_to_json", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L288"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L305"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L306"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L309"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L310"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L311"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L312"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L313"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L314"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L315"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L316"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L317"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L318"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L319"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L320"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L321"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L322"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L323"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L324"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L325"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L328"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L328"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L330"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L330"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L340"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L340"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L341"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L341"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L344"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L345"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L348"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L348"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L349"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L349"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L350"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L350"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L351"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L351"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L352"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L352"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L353"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L353"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L354"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L354"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L355"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L355"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L356"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L356"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L357"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L357"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L358"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L358"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L359"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L359"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L360"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L360"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L363"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L363"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L364"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L364"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L365"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L365"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L366"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L366"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L367"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L367"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L368"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L368"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L369"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L369"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L370"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L370"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L371"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L371"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L372"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L372"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L373"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L373"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L374"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L374"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L375"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L375"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L376"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L376"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L377"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L377"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L378"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L378"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L381"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L382"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L383"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L384"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L385"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L386"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L387"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L388"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L389"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "range", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L390"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L391"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L392"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L393"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L394"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L395"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L396"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L397"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L398"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L399"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L400"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L401"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L402"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L403"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L404"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L405"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L406"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L407"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L408"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L409"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L410"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L411"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L414"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L415"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L416"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L417"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L418"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L419"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L420"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "range", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L421"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L422"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L423"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L424"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L425"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L426"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L427"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L428"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L429"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L430"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L431"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L432"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L433"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L434"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L435"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L436"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L437"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L437"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L438"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L438"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L439"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L439"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L440"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L440"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L441"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L441"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L442"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L442"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L443"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L443"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L444"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L444"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L445"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L445"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L446"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L446"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L447"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L447"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L448"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L448"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L449"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L449"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L450"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L450"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L451"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L451"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L452"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L452"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L453"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L453"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L454"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L454"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L455"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L455"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L456"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L456"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L457"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L458"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L459"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L462"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L463"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L464"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L465"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L466"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L467"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "range", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L468"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L469"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L470"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L471"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L472"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L473"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L474"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L475"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L476"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L477"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L478"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L479"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L480"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L481"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L482"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L482"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L483"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L483"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L484"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L484"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L485"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L485"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L486"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L486"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L487"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L487"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L488"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L488"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L489"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L489"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L490"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L490"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L491"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L491"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L492"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L492"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L493"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L493"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L494"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L494"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L495"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L495"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L496"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L496"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L497"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L497"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L498"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L498"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L499"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L499"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L500"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L501"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L501"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L502"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L502"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L503"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L503"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L504"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L504"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L505"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L505"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L506"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L507"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L510"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L510"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L511"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L511"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L512"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L512"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L513"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L513"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L514"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L514"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L515"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L515"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L516"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L516"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L517"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L517"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L518"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L518"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L519"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L519"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L520"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L520"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L521"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L521"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L522"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L522"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L523"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L523"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L524"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L524"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L525"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L525"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L526"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L526"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L527"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L527"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L528"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L528"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L529"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L529"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L530"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L530"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L531"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L531"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L532"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L532"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L533"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L533"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L534"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L534"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L535"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L535"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L536"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L536"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L537"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L537"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L538"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L538"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L539"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L539"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L540"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L540"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L541"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L541"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L542"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L542"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L543"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L543"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L544"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L544"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L545"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L545"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L546"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L546"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L547"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L547"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L548"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L548"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L549"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L549"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L550"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L550"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L551"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L551"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L552"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L552"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L553"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L553"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L554"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L554"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L555"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L555"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L556"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L556"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L557"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L557"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L558"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L559"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L560"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L561"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L562"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L563"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L564"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L565"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L566"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L569"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L570"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L570"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L572"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L573"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L574"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L575"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L576"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L577"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L578"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L579"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L580"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L581"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L582"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L583"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L584"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L585"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L588"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L589"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L590"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L591"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L592"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L593"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L597"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L598"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L599"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L600"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L601"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L602"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L603"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L604"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L607"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L608"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L609"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L610"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L611"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L612"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L613"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L614"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L617"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L618"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L619"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L620"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L621"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L622"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L623"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L624"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L625"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L628"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L628"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L629"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L629"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L630"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L630"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L631"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L631"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L632"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L632"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L633"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L633"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L634"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L635"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L636"}, {"caller_nid": "xml_parser_fusionxmlparser_json_to_model_vals", "callee": "g", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L637"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L646"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L646"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L647"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L654"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L659"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L659"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L660"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L660"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L662"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L668"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L671"}, {"caller_nid": "xml_parser_fusionxmlparser_link_authorizer_by_adp_number", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L672"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L680"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L680"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L681"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L681"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L682"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L682"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L683"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L687"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L689"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L698"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L700"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L702"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L703"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L704"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L705"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L706"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L707"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L708"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L709"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L710"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L711"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L712"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L713"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L714"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L716"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L718"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L719"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L721"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L723"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L735"}, {"caller_nid": "xml_parser_fusionxmlparser_find_or_create_profile", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L737"}, {"caller_nid": "xml_parser_fusionxmlparser_find_partner", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L746"}, {"caller_nid": "xml_parser_fusionxmlparser_find_partner", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L748"}, {"caller_nid": "xml_parser_t", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L757"}, {"caller_nid": "xml_parser_t", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L759"}, {"caller_nid": "xml_parser_pd", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L769"}, {"caller_nid": "xml_parser_pd", "callee": "strptime", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L769"}, {"caller_nid": "xml_parser_pd", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/models/xml_parser.py", "source_location": "L769"}]}