1 line
35 KiB
JSON
1 line
35 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "label": "sepa_credit_transfer.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L1"}, {"id": "sepa_credit_transfer_sanitise_text", "label": "_sanitise_text()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L33"}, {"id": "sepa_credit_transfer_validate_iban", "label": "_validate_iban()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L51"}, {"id": "sepa_credit_transfer_validate_bic", "label": "_validate_bic()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L70"}, {"id": "sepa_credit_transfer_fusionsepacredittransfer", "label": "FusionSEPACreditTransfer", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L89"}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": ".generate_pain_001()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L116"}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "label": "._pain001_message_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L198"}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "._add_pain001_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L212"}, {"id": "sepa_credit_transfer_rationale_1", "label": "Fusion Accounting - SEPA Credit Transfer (pain.001) Generates ISO 20022 ``pain.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L1"}, {"id": "sepa_credit_transfer_rationale_34", "label": "Remove characters not allowed in SEPA XML text fields. The SEPA character s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L34"}, {"id": "sepa_credit_transfer_rationale_52", "label": "Validate an IBAN string (basic structural check). :param str iban: The IBAN", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L52"}, {"id": "sepa_credit_transfer_rationale_71", "label": "Validate a BIC / SWIFT code. :param str bic: The BIC to validate. :rais", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L71"}, {"id": "sepa_credit_transfer_rationale_90", "label": "Provides SEPA Credit Transfer XML generation (pain.001.001.03). This model", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L90"}, {"id": "sepa_credit_transfer_rationale_117", "label": "Build an ISO 20022 pain.001.001.03 XML for SEPA Credit Transfers. :para", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L117"}, {"id": "sepa_credit_transfer_rationale_199", "label": "Generate a unique message identifier for the pain.001 file. Uses a hash", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L199"}, {"id": "sepa_credit_transfer_rationale_213", "label": "Append a ``CdtTrfTxInf`` element for a single payment. :param pmt_inf:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L213"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L15", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "xml_etree_elementtree", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L20", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "sepa_credit_transfer_sanitise_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L33", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "sepa_credit_transfer_validate_iban", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L51", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "sepa_credit_transfer_validate_bic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L70", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "target": "sepa_credit_transfer_fusionsepacredittransfer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L89", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer", "target": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L116", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer", "target": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L198", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer", "target": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L212", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "target": "sepa_credit_transfer_validate_iban", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L129", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "target": "sepa_credit_transfer_validate_bic", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L130", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "target": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L138", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "target": "sepa_credit_transfer_sanitise_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L148", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "target": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L184", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "target": "sepa_credit_transfer_validate_iban", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L235", "weight": 1.0}, {"source": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "target": "sepa_credit_transfer_sanitise_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L241", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L1", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_34", "target": "sepa_credit_transfer_sanitise_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L34", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_52", "target": "sepa_credit_transfer_validate_iban", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L52", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_71", "target": "sepa_credit_transfer_validate_bic", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L71", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_90", "target": "sepa_credit_transfer_fusionsepacredittransfer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L90", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_117", "target": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L117", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_199", "target": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L199", "weight": 1.0}, {"source": "sepa_credit_transfer_rationale_213", "target": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L213", "weight": 1.0}], "raw_calls": [{"caller_nid": "sepa_credit_transfer_sanitise_text", "callee": "sub", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L47"}, {"caller_nid": "sepa_credit_transfer_sanitise_text", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L48"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L60"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L60"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L61"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L61"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L62"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L63"}, {"caller_nid": "sepa_credit_transfer_validate_iban", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L63"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L79"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L79"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L80"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L80"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L81"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L82"}, {"caller_nid": "sepa_credit_transfer_validate_bic", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L82"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L124"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L127"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L127"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "Element", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L133"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L134"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L137"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L139"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L140"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "strftime", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L140"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "utcnow", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L140"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L143"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L143"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L143"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L144"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L144"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L145"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L147"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L148"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L153"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L154"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L155"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L156"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L156"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L156"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L157"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L160"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L161"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L162"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L164"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "isoformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L165"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "context_today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L165"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L169"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L170"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L172"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L173"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L174"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L176"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L177"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L178"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L180"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "ElementTree", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L187"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "indent", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L188"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "callee": "tostring", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L189"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "isoformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L208"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "utcnow", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L208"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "hexdigest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L209"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "sha256", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L209"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "encode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L209"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L210"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L221"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L221"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L228"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L228"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L237"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L240"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L241"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L246"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L247"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L249"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L253"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L254"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L255"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L256"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L256"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L260"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L261"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L266"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L267"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L268"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L272"}, {"caller_nid": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "callee": "SubElement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "source_location": "L273"}]} |