1 line
41 KiB
JSON
1 line
41 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "label": "woo_product_map.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L1"}, {"id": "woo_product_map_wooproductmap", "label": "WooProductMap", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L14"}, {"id": "woo_product_map_wooproductmap_action_push_price_to_odoo", "label": ".action_push_price_to_odoo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L56"}, {"id": "woo_product_map_wooproductmap_action_push_price_to_wc", "label": ".action_push_price_to_wc()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L70"}, {"id": "woo_product_map_wooproductmap_action_set_regular_price", "label": ".action_set_regular_price()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L122"}, {"id": "woo_product_map_wooproductmap_action_set_sale_price", "label": ".action_set_sale_price()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L141"}, {"id": "woo_product_map_wooproductmap_action_push_variants_to_wc", "label": ".action_push_variants_to_wc()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L165"}, {"id": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "label": "._find_or_create_wc_attribute()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L291"}, {"id": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "label": "._find_or_create_wc_attribute_term()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L307"}, {"id": "woo_product_map_wooproductmap_action_create_in_odoo", "label": ".action_create_in_odoo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L322"}, {"id": "woo_product_map_wooproductmap_action_set_wc_sku", "label": ".action_set_wc_sku()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L370"}, {"id": "woo_product_map_wooproductmap_action_push_sku_to_odoo", "label": ".action_push_sku_to_odoo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L383"}, {"id": "woo_product_map_wooproductmap_action_push_sku_to_wc", "label": ".action_push_sku_to_wc()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L393"}, {"id": "woo_product_map_wooproductmap_action_sync_images", "label": ".action_sync_images()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L410"}, {"id": "woo_product_map_wooproductmap_sync_images_single", "label": "._sync_images_single()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L423"}, {"id": "woo_product_map_rationale_57", "label": "Update Odoo product price from WC sale price (or regular if no sale).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L57"}, {"id": "woo_product_map_rationale_71", "label": "Push Odoo price to WC. Logic: - If WC standard (regular) price", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L71"}, {"id": "woo_product_map_rationale_123", "label": "Set the WC standard (regular) price directly.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L123"}, {"id": "woo_product_map_rationale_142", "label": "Set the WC sale price directly.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L142"}, {"id": "woo_product_map_rationale_166", "label": "Convert a simple WC product to variable and create variations from Odoo variants", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L166"}, {"id": "woo_product_map_rationale_292", "label": "Find or create a WC product attribute by name.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L292"}, {"id": "woo_product_map_rationale_308", "label": "Find or create a WC attribute term.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L308"}, {"id": "woo_product_map_rationale_323", "label": "Create an Odoo product from WC mapping data, link the mapping, and retur", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L323"}, {"id": "woo_product_map_rationale_384", "label": "Copy WC SKU to Odoo internal reference.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L384"}, {"id": "woo_product_map_rationale_394", "label": "Copy Odoo internal reference to WC SKU.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L394"}, {"id": "woo_product_map_rationale_411", "label": "Sync product images between Odoo and WooCommerce.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L411"}, {"id": "woo_product_map_rationale_424", "label": "Sync images for a single product mapping.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L424"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "requests", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_woo_odoo_fusion_woocommerce_models_woo_product_map_py", "target": "woo_product_map_wooproductmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L14", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_push_price_to_odoo", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L56", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_push_price_to_wc", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L70", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_set_regular_price", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L122", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_set_sale_price", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L141", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_push_variants_to_wc", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L165", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L291", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L307", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_create_in_odoo", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L322", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_set_wc_sku", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L370", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_push_sku_to_odoo", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L383", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_push_sku_to_wc", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L393", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_action_sync_images", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L410", "weight": 1.0}, {"source": "woo_product_map_wooproductmap", "target": "woo_product_map_wooproductmap_sync_images_single", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L423", "weight": 1.0}, {"source": "woo_product_map_wooproductmap_action_push_variants_to_wc", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L186", "weight": 1.0}, {"source": "woo_product_map_wooproductmap_action_push_variants_to_wc", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L191", "weight": 1.0}, {"source": "woo_product_map_wooproductmap_action_sync_images", "target": "woo_product_map_wooproductmap_sync_images_single", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L416", "weight": 1.0}, {"source": "woo_product_map_rationale_57", "target": "woo_product_map_wooproductmap_action_push_price_to_odoo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L57", "weight": 1.0}, {"source": "woo_product_map_rationale_71", "target": "woo_product_map_wooproductmap_action_push_price_to_wc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L71", "weight": 1.0}, {"source": "woo_product_map_rationale_123", "target": "woo_product_map_wooproductmap_action_set_regular_price", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L123", "weight": 1.0}, {"source": "woo_product_map_rationale_142", "target": "woo_product_map_wooproductmap_action_set_sale_price", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L142", "weight": 1.0}, {"source": "woo_product_map_rationale_166", "target": "woo_product_map_wooproductmap_action_push_variants_to_wc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L166", "weight": 1.0}, {"source": "woo_product_map_rationale_292", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L292", "weight": 1.0}, {"source": "woo_product_map_rationale_308", "target": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L308", "weight": 1.0}, {"source": "woo_product_map_rationale_323", "target": "woo_product_map_wooproductmap_action_create_in_odoo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L323", "weight": 1.0}, {"source": "woo_product_map_rationale_384", "target": "woo_product_map_wooproductmap_action_push_sku_to_odoo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L384", "weight": 1.0}, {"source": "woo_product_map_rationale_394", "target": "woo_product_map_wooproductmap_action_push_sku_to_wc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L394", "weight": 1.0}, {"source": "woo_product_map_rationale_411", "target": "woo_product_map_wooproductmap_action_sync_images", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L411", "weight": 1.0}, {"source": "woo_product_map_rationale_424", "target": "woo_product_map_wooproductmap_sync_images_single", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L424", "weight": 1.0}], "raw_calls": [{"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_odoo", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L65"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L85"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L91"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L100"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L106"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L111"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L112"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L117"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L117"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L120"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_price_to_wc", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L120"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L124"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L127"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L130"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L134"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L134"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_regular_price", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L136"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L143"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L146"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L149"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L153"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L154"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_sale_price", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L156"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L167"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L169"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L173"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L174"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L176"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L183"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L192"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L194"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L205"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L211"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L211"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L214"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L219"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L231"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L231"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L237"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L240"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L244"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "get_wc_tax_class", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L248"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L254"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L254"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "create_product_variation", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L265"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L268"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L285"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_variants_to_wc", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L287"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "get_product_attributes", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L294"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L296"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L296"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L296"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "create_product_attribute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L300"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L302"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L302"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "callee": "get_attribute_terms", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L310"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L312"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L312"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L312"}, {"caller_nid": "woo_product_map_wooproductmap_find_or_create_wc_attribute_term", "callee": "create_attribute_term", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L316"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L325"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L327"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L334"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L343"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L351"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L353"}, {"caller_nid": "woo_product_map_wooproductmap_action_create_in_odoo", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L359"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_wc_sku", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L372"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_wc_sku", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L375"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_wc_sku", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L376"}, {"caller_nid": "woo_product_map_wooproductmap_action_set_wc_sku", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L378"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_sku_to_odoo", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L388"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_sku_to_wc", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L398"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_sku_to_wc", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L399"}, {"caller_nid": "woo_product_map_wooproductmap_action_push_sku_to_wc", "callee": "_log_sync", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L401"}, {"caller_nid": "woo_product_map_wooproductmap_action_sync_images", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L418"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L425"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "_get_client", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L426"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L427"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L428"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "hexdigest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L434"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "md5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L434"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L434"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L440"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L443"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "hexdigest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L445"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "md5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L445"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L456"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "update_product", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L458"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L461"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L467"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "b64encode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L469"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L471"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L474"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L474"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L475"}, {"caller_nid": "woo_product_map_wooproductmap_sync_images_single", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion-woo-odoo/fusion_woocommerce/models/woo_product_map.py", "source_location": "L476"}]} |