1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "label": "check_printing.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L1"}, {"id": "check_printing_int_to_words", "label": "_int_to_words()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L39"}, {"id": "check_printing_amount_to_words", "label": "amount_to_words()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L71"}, {"id": "check_printing_fusioncheckprinting", "label": "FusionCheckPrinting", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L108"}, {"id": "check_printing_compute_check_amount_in_words", "label": "_compute_check_amount_in_words()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L156"}, {"id": "check_printing_fusioncheckprinting_action_assign_check_number", "label": ".action_assign_check_number()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L186"}, {"id": "check_printing_fusioncheckprinting_action_print_check", "label": ".action_print_check()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L219"}, {"id": "check_printing_fusionaccountjournalcheck", "label": "FusionAccountJournalCheck", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L246"}, {"id": "check_printing_rationale_1", "label": "Fusion Accounting - Check Printing Support Extends ``account.payment`` with fie", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L1"}, {"id": "check_printing_rationale_40", "label": "Convert a non-negative integer to its English word representation. :param i", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L40"}, {"id": "check_printing_rationale_72", "label": "Convert a monetary amount to an English sentence. Example:: >>> am", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L72"}, {"id": "check_printing_rationale_109", "label": "Adds check-printing capabilities to ``account.payment``. Features -----", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L109"}, {"id": "check_printing_rationale_157", "label": "Compute the textual representation of the payment amount.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L157"}, {"id": "check_printing_rationale_187", "label": "Assign the next available check number from the journal. If the journal", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L187"}, {"id": "check_printing_rationale_220", "label": "Print the check report for the selected payments. Automatically assigns", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L220"}, {"id": "check_printing_rationale_247", "label": "Adds check-numbering configuration to ``account.journal``.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L247"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "math", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "check_printing_int_to_words", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L39", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "check_printing_amount_to_words", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L71", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "check_printing_fusioncheckprinting", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L108", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "check_printing_compute_check_amount_in_words", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L156", "weight": 1.0}, {"source": "check_printing_fusioncheckprinting", "target": "check_printing_fusioncheckprinting_action_assign_check_number", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L186", "weight": 1.0}, {"source": "check_printing_fusioncheckprinting", "target": "check_printing_fusioncheckprinting_action_print_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L219", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "target": "check_printing_fusionaccountjournalcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L246", "weight": 1.0}, {"source": "check_printing_amount_to_words", "target": "check_printing_int_to_words", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L95", "weight": 1.0}, {"source": "check_printing_compute_check_amount_in_words", "target": "check_printing_amount_to_words", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L162", "weight": 1.0}, {"source": "check_printing_fusioncheckprinting_action_print_check", "target": "check_printing_fusioncheckprinting_action_assign_check_number", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L231", "weight": 1.0}, {"source": "check_printing_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L1", "weight": 1.0}, {"source": "check_printing_rationale_40", "target": "check_printing_int_to_words", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L40", "weight": 1.0}, {"source": "check_printing_rationale_72", "target": "check_printing_amount_to_words", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L72", "weight": 1.0}, {"source": "check_printing_rationale_109", "target": "check_printing_fusioncheckprinting", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L109", "weight": 1.0}, {"source": "check_printing_rationale_157", "target": "check_printing_fusioncheckprinting_compute_check_amount_in_words", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L157", "weight": 1.0}, {"source": "check_printing_rationale_187", "target": "check_printing_fusioncheckprinting_action_assign_check_number", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L187", "weight": 1.0}, {"source": "check_printing_rationale_220", "target": "check_printing_fusioncheckprinting_action_print_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L220", "weight": 1.0}, {"source": "check_printing_rationale_247", "target": "check_printing_fusionaccountjournalcheck", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L247", "weight": 1.0}], "raw_calls": [{"caller_nid": "check_printing_int_to_words", "callee": "divmod", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L53"}, {"caller_nid": "check_printing_int_to_words", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L56"}, {"caller_nid": "check_printing_int_to_words", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L58"}, {"caller_nid": "check_printing_int_to_words", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L60"}, {"caller_nid": "check_printing_int_to_words", "callee": "divmod", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L62"}, {"caller_nid": "check_printing_int_to_words", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L66"}, {"caller_nid": "check_printing_int_to_words", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L68"}, {"caller_nid": "check_printing_amount_to_words", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L88"}, {"caller_nid": "check_printing_amount_to_words", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L90"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L197"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L197"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "zfill", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L206"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L209"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L210"}, {"caller_nid": "check_printing_fusioncheckprinting_action_assign_check_number", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L213"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L228"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L233"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L235"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L235"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L238"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L238"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "report_action", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L241"}, {"caller_nid": "check_printing_fusioncheckprinting_action_print_check", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "source_location": "L241"}]} |