changes
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
{"sessionId":"995b3836-6e56-40fa-aec9-e8cfae013a0b","pid":70631,"acquiredAt":1776733239341}
|
|
||||||
355
Entech Plating/graphify-out/GRAPH_REPORT.md
Normal file
355
Entech Plating/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,355 @@
|
|||||||
|
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/Entech Plating (2026-04-22)
|
||||||
|
|
||||||
|
## Corpus Check
|
||||||
|
- 13 files · ~19,911 words
|
||||||
|
- Verdict: corpus is large enough that graph structure adds value.
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
- 312 nodes · 494 edges · 45 communities detected
|
||||||
|
- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 20 edges (avg confidence: 0.8)
|
||||||
|
- Token cost: 0 input · 0 output
|
||||||
|
|
||||||
|
## Community Hubs (Navigation)
|
||||||
|
- [[_COMMUNITY_Community 0|Community 0]]
|
||||||
|
- [[_COMMUNITY_Community 1|Community 1]]
|
||||||
|
- [[_COMMUNITY_Community 2|Community 2]]
|
||||||
|
- [[_COMMUNITY_Community 3|Community 3]]
|
||||||
|
- [[_COMMUNITY_Community 4|Community 4]]
|
||||||
|
- [[_COMMUNITY_Community 5|Community 5]]
|
||||||
|
- [[_COMMUNITY_Community 6|Community 6]]
|
||||||
|
- [[_COMMUNITY_Community 7|Community 7]]
|
||||||
|
- [[_COMMUNITY_Community 8|Community 8]]
|
||||||
|
- [[_COMMUNITY_Community 9|Community 9]]
|
||||||
|
- [[_COMMUNITY_Community 10|Community 10]]
|
||||||
|
- [[_COMMUNITY_Community 11|Community 11]]
|
||||||
|
- [[_COMMUNITY_Community 12|Community 12]]
|
||||||
|
- [[_COMMUNITY_Community 13|Community 13]]
|
||||||
|
- [[_COMMUNITY_Community 14|Community 14]]
|
||||||
|
- [[_COMMUNITY_Community 15|Community 15]]
|
||||||
|
- [[_COMMUNITY_Community 16|Community 16]]
|
||||||
|
- [[_COMMUNITY_Community 17|Community 17]]
|
||||||
|
- [[_COMMUNITY_Community 18|Community 18]]
|
||||||
|
- [[_COMMUNITY_Community 19|Community 19]]
|
||||||
|
- [[_COMMUNITY_Community 20|Community 20]]
|
||||||
|
- [[_COMMUNITY_Community 21|Community 21]]
|
||||||
|
- [[_COMMUNITY_Community 22|Community 22]]
|
||||||
|
- [[_COMMUNITY_Community 23|Community 23]]
|
||||||
|
- [[_COMMUNITY_Community 24|Community 24]]
|
||||||
|
- [[_COMMUNITY_Community 25|Community 25]]
|
||||||
|
- [[_COMMUNITY_Community 26|Community 26]]
|
||||||
|
- [[_COMMUNITY_Community 27|Community 27]]
|
||||||
|
- [[_COMMUNITY_Community 28|Community 28]]
|
||||||
|
- [[_COMMUNITY_Community 29|Community 29]]
|
||||||
|
- [[_COMMUNITY_Community 30|Community 30]]
|
||||||
|
- [[_COMMUNITY_Community 31|Community 31]]
|
||||||
|
- [[_COMMUNITY_Community 32|Community 32]]
|
||||||
|
- [[_COMMUNITY_Community 33|Community 33]]
|
||||||
|
- [[_COMMUNITY_Community 34|Community 34]]
|
||||||
|
- [[_COMMUNITY_Community 35|Community 35]]
|
||||||
|
- [[_COMMUNITY_Community 36|Community 36]]
|
||||||
|
- [[_COMMUNITY_Community 37|Community 37]]
|
||||||
|
- [[_COMMUNITY_Community 38|Community 38]]
|
||||||
|
- [[_COMMUNITY_Community 39|Community 39]]
|
||||||
|
- [[_COMMUNITY_Community 40|Community 40]]
|
||||||
|
- [[_COMMUNITY_Community 41|Community 41]]
|
||||||
|
- [[_COMMUNITY_Community 42|Community 42]]
|
||||||
|
- [[_COMMUNITY_Community 43|Community 43]]
|
||||||
|
- [[_COMMUNITY_Community 44|Community 44]]
|
||||||
|
|
||||||
|
## God Nodes (most connected - your core abstractions)
|
||||||
|
1. `FusionTechnicianTask` - 65 edges
|
||||||
|
2. `FusionTaskMapController` - 38 edges
|
||||||
|
3. `FusionTaskSyncConfig` - 14 edges
|
||||||
|
4. `create()` - 10 edges
|
||||||
|
5. `_float_to_time_str()` - 10 edges
|
||||||
|
6. `FusionEmailBuilderMixin` - 9 edges
|
||||||
|
7. `create()` - 7 edges
|
||||||
|
8. `_check_no_overlap()` - 6 edges
|
||||||
|
9. `_get_tech_start_locations()` - 6 edges
|
||||||
|
10. `_cron_check_late_arrivals()` - 6 edges
|
||||||
|
|
||||||
|
## Surprising Connections (you probably didn't know these)
|
||||||
|
- `log_location()` --calls--> `create()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/technician_location.py → /Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_partner.py
|
||||||
|
- `create()` --calls--> `_push_tasks()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/technician_task.py → /Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/task_sync.py
|
||||||
|
- `get_map_data()` --calls--> `get_latest_locations()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/technician_task.py → /Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/technician_location.py
|
||||||
|
- `register_subscription()` --calls--> `create()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py → /Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_partner.py
|
||||||
|
|
||||||
|
## Communities
|
||||||
|
|
||||||
|
### Community 0 - "Community 0"
|
||||||
|
Cohesion: 0.05
|
||||||
|
Nodes (28): FusionTechnicianTask, _onchange_is_in_store(), Populate address fields from a partner record., Create or update a linked calendar.event for external calendar sync. On, Hook: post task creation notice to linked order chatter. Override in fus, Hook: mark linked sale orders as ready for delivery. Override in fusion_, Mark task as Completed., Hook: check additional requirements before task completion. Override in (+20 more)
|
||||||
|
|
||||||
|
### Community 1 - "Community 1"
|
||||||
|
Cohesion: 0.07
|
||||||
|
Nodes (12): classifyDate(), classifyTask(), extractTechnicians(), floatToTime12(), FusionMapArchParser, FusionTaskMapController, groupTasks(), initialsOf() (+4 more)
|
||||||
|
|
||||||
|
### Community 2 - "Community 2"
|
||||||
|
Cohesion: 0.09
|
||||||
|
Nodes (22): FusionPushSubscription, register_subscription(), create(), ResPartner, _cron_pull_remote_tasks(), FusionTaskSyncConfig, _push_shadow_status(), _push_tasks() (+14 more)
|
||||||
|
|
||||||
|
### Community 3 - "Community 3"
|
||||||
|
Cohesion: 0.09
|
||||||
|
Nodes (18): _check_no_overlap(), _compute_datetimes(), _compute_prev_task_summary(), _compute_schedule_info(), _compute_time_displays(), default_get(), _float_to_time_str(), _onchange_compute_end_time() (+10 more)
|
||||||
|
|
||||||
|
### Community 4 - "Community 4"
|
||||||
|
Cohesion: 0.11
|
||||||
|
Nodes (16): _cron_calculate_travel_times(), _cron_send_push_notifications(), _get_clock_in_locations(), _get_tech_start_locations(), Get the start address for a technician. Priority: 1. Technici, Geocode an address string and return (lat, lng) or (0.0, 0.0)., Recalculate travel for a set of (tech_id, date) combinations. Start-poi, Get the technician's most recent GPS location. Priority: 1. L (+8 more)
|
||||||
|
|
||||||
|
### Community 5 - "Community 5"
|
||||||
|
Cohesion: 0.11
|
||||||
|
Nodes (12): _cron_check_late_arrivals(), Recalculate travel time for THIS task from the tech's current GPS. Call, Check that all earlier tasks for the same technician+date are completed., Write GPS coordinates from context onto the task record., Mark task as En Route., Mark task as In Progress., Cancel the task. Sends cancellation email and runs cancel hooks., Hook: additional side-effects after task cancellation. Override in fusio (+4 more)
|
||||||
|
|
||||||
|
### Community 6 - "Community 6"
|
||||||
|
Cohesion: 0.14
|
||||||
|
Nodes (9): FusionEmailBuilderMixin, Build a labeled details table section. Args: heading: Secti, Build a left-border accent note block., Build a centered CTA button., Build a dashed-border attachment callout. Args: description, Return an inline status badge/pill HTML snippet., Return company name, phone, email for email templates., Check if email notifications are enabled in settings. (+1 more)
|
||||||
|
|
||||||
|
### Community 7 - "Community 7"
|
||||||
|
Cohesion: 0.12
|
||||||
|
Nodes (10): FusionTechnicianLocation, get_latest_locations(), log_location(), create(), _fill_address_vals(), get_map_data(), Hook: fill address from linked records during create. Base implementati, Hook: post-create side-effects for linked records. Override in fusion_c (+2 more)
|
||||||
|
|
||||||
|
### Community 8 - "Community 8"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (2): _fusion_tasks_post_init(), Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa
|
||||||
|
|
||||||
|
### Community 9 - "Community 9"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): ResCompany
|
||||||
|
|
||||||
|
### Community 10 - "Community 10"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): ResUsers
|
||||||
|
|
||||||
|
### Community 11 - "Community 11"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): ResConfigSettings
|
||||||
|
|
||||||
|
### Community 12 - "Community 12"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 13 - "Community 13"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 14 - "Community 14"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Log the current user's location. Called from portal JS.
|
||||||
|
|
||||||
|
### Community 15 - "Community 15"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Get the most recent location for each technician (for map view). Includ
|
||||||
|
|
||||||
|
### Community 16 - "Community 16"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Remove location logs based on configurable retention setting. Setting (
|
||||||
|
|
||||||
|
### Community 17 - "Community 17"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Register or update a push subscription.
|
||||||
|
|
||||||
|
### Community 18 - "Community 18"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Generate 12-hour time slots every 15 minutes, store hours only (9 AM - 6 PM).
|
||||||
|
|
||||||
|
### Community 19 - "Community 19"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Sync the 12h selection fields from the raw float values.
|
||||||
|
|
||||||
|
### Community 20 - "Community 20"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Convert float hours to readable time strings.
|
||||||
|
|
||||||
|
### Community 21 - "Community 21"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Set default duration based on task type.
|
||||||
|
|
||||||
|
### Community 22 - "Community 22"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Auto-compute end time from start + duration. Also run overlap check.
|
||||||
|
|
||||||
|
### Community 23 - "Community 23"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Combine date + float time into proper Datetime fields for calendar. time
|
||||||
|
|
||||||
|
### Community 24 - "Community 24"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Show booked + available time slots for the technician on the selected date.
|
||||||
|
|
||||||
|
### Community 25 - "Community 25"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Show previous task info + travel time warning with color coding.
|
||||||
|
|
||||||
|
### Community 26 - "Community 26"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Auto-fill company address when task is marked as in-store.
|
||||||
|
|
||||||
|
### Community 27 - "Community 27"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Auto-fill address fields from the selected client's address.
|
||||||
|
|
||||||
|
### Community 28 - "Community 28"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Non-in-store tasks must have a geocoded address.
|
||||||
|
|
||||||
|
### Community 29 - "Community 29"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Prevent overlapping bookings for the same technician on the same date.
|
||||||
|
|
||||||
|
### Community 30 - "Community 30"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Auto-set start/end time to the first available slot when tech+date change.
|
||||||
|
|
||||||
|
### Community 31 - "Community 31"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Handle calendar time range selection: pre-fill date + times from context.
|
||||||
|
|
||||||
|
### Community 32 - "Community 32"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Helper to fill address vals dict from a partner record.
|
||||||
|
|
||||||
|
### Community 33 - "Community 33"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Return task data, technician locations, and Google Maps API key. Args:
|
||||||
|
|
||||||
|
### Community 34 - "Community 34"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Build a dict of technician start locations for route origins. Priority
|
||||||
|
|
||||||
|
### Community 35 - "Community 35"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Get today's clock-in lat/lng from fusion_clock if installed. Uses the t
|
||||||
|
|
||||||
|
### Community 36 - "Community 36"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Cron job: Calculate travel times for today and tomorrow. Runs every 15
|
||||||
|
|
||||||
|
### Community 37 - "Community 37"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Cron: detect tasks where the technician hasn't started and the scheduled
|
||||||
|
|
||||||
|
### Community 38 - "Community 38"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Cron: Send push notifications for upcoming tasks.
|
||||||
|
|
||||||
|
### Community 39 - "Community 39"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Convert float hours to time string like '9:30 AM'.
|
||||||
|
|
||||||
|
### Community 40 - "Community 40"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Push local task changes to all active remote instances. Called from tech
|
||||||
|
|
||||||
|
### Community 41 - "Community 41"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Push local status changes on shadow tasks back to their source instance.
|
||||||
|
|
||||||
|
### Community 42 - "Community 42"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Push a technician's location update to all remote instances. Called whe
|
||||||
|
|
||||||
|
### Community 43 - "Community 43"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Cron job: pull tasks and technician locations from all active remote instances.
|
||||||
|
|
||||||
|
### Community 44 - "Community 44"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Remove shadow tasks older than 30 days (completed/cancelled).
|
||||||
|
|
||||||
|
## Knowledge Gaps
|
||||||
|
- **119 isolated node(s):** `Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa`, `FusionTechnicianLocation`, `Log the current user's location. Called from portal JS.`, `Get the most recent location for each technician (for map view). Includ`, `Remove location logs based on configurable retention setting. Setting (` (+114 more)
|
||||||
|
These have ≤1 connection - possible missing edges or undocumented components.
|
||||||
|
- **Thin community `Community 9`** (2 nodes): `ResCompany`, `res_company.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 10`** (2 nodes): `ResUsers`, `res_users.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 11`** (2 nodes): `ResConfigSettings`, `res_config_settings.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 12`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 13`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 14`** (1 nodes): `Log the current user's location. Called from portal JS.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 15`** (1 nodes): `Get the most recent location for each technician (for map view). Includ`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 16`** (1 nodes): `Remove location logs based on configurable retention setting. Setting (`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 17`** (1 nodes): `Register or update a push subscription.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 18`** (1 nodes): `Generate 12-hour time slots every 15 minutes, store hours only (9 AM - 6 PM).`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 19`** (1 nodes): `Sync the 12h selection fields from the raw float values.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 20`** (1 nodes): `Convert float hours to readable time strings.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 21`** (1 nodes): `Set default duration based on task type.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 22`** (1 nodes): `Auto-compute end time from start + duration. Also run overlap check.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 23`** (1 nodes): `Combine date + float time into proper Datetime fields for calendar. time`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 24`** (1 nodes): `Show booked + available time slots for the technician on the selected date.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 25`** (1 nodes): `Show previous task info + travel time warning with color coding.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 26`** (1 nodes): `Auto-fill company address when task is marked as in-store.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 27`** (1 nodes): `Auto-fill address fields from the selected client's address.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 28`** (1 nodes): `Non-in-store tasks must have a geocoded address.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 29`** (1 nodes): `Prevent overlapping bookings for the same technician on the same date.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 30`** (1 nodes): `Auto-set start/end time to the first available slot when tech+date change.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 31`** (1 nodes): `Handle calendar time range selection: pre-fill date + times from context.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 32`** (1 nodes): `Helper to fill address vals dict from a partner record.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 33`** (1 nodes): `Return task data, technician locations, and Google Maps API key. Args:`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 34`** (1 nodes): `Build a dict of technician start locations for route origins. Priority`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 35`** (1 nodes): `Get today's clock-in lat/lng from fusion_clock if installed. Uses the t`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 36`** (1 nodes): `Cron job: Calculate travel times for today and tomorrow. Runs every 15`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 37`** (1 nodes): `Cron: detect tasks where the technician hasn't started and the scheduled`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 38`** (1 nodes): `Cron: Send push notifications for upcoming tasks.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 39`** (1 nodes): `Convert float hours to time string like '9:30 AM'.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 40`** (1 nodes): `Push local task changes to all active remote instances. Called from tech`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 41`** (1 nodes): `Push local status changes on shadow tasks back to their source instance.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 42`** (1 nodes): `Push a technician's location update to all remote instances. Called whe`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 43`** (1 nodes): `Cron job: pull tasks and technician locations from all active remote instances.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 44`** (1 nodes): `Remove shadow tasks older than 30 days (completed/cancelled).`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
|
||||||
|
## Suggested Questions
|
||||||
|
_Questions this graph is uniquely positioned to answer:_
|
||||||
|
|
||||||
|
- **Why does `FusionTechnicianTask` connect `Community 0` to `Community 3`, `Community 4`, `Community 5`, `Community 7`?**
|
||||||
|
_High betweenness centrality (0.331) - this node is a cross-community bridge._
|
||||||
|
- **Why does `_push_shadow_status()` connect `Community 2` to `Community 5`?**
|
||||||
|
_High betweenness centrality (0.031) - this node is a cross-community bridge._
|
||||||
|
- **Why does `_push_tasks()` connect `Community 2` to `Community 5`, `Community 7`?**
|
||||||
|
_High betweenness centrality (0.027) - this node is a cross-community bridge._
|
||||||
|
- **What connects `Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa`, `FusionTechnicianLocation`, `Log the current user's location. Called from portal JS.` to the rest of the system?**
|
||||||
|
_119 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||||
|
- **Should `Community 0` be split into smaller, more focused modules?**
|
||||||
|
_Cohesion score 0.05 - nodes in this community are weakly interconnected._
|
||||||
|
- **Should `Community 1` be split into smaller, more focused modules?**
|
||||||
|
_Cohesion score 0.07 - nodes in this community are weakly interconnected._
|
||||||
|
- **Should `Community 2` be split into smaller, more focused modules?**
|
||||||
|
_Cohesion score 0.09 - nodes in this community are weakly interconnected._
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/__init__.py", "source_location": "L13", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_company.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_company.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_company.py", "source_location": "L8", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_config_settings.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_config_settings.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_config_settings.py", "source_location": "L8", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_users.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_users.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/res_users.py", "source_location": "L8", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L1"}, {"id": "init_fusion_tasks_post_init", "label": "_fusion_tasks_post_init()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L8"}, {"id": "init_rationale_9", "label": "Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L9"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_init_py", "target": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_init_py", "target": "init_fusion_tasks_post_init", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L8", "weight": 1.0}, {"source": "init_rationale_9", "target": "init_fusion_tasks_post_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L9", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_fusion_tasks_post_init", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L15"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "items", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L25"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L26"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "set_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L27"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L30"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L32"}, {"caller_nid": "init_fusion_tasks_post_init", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/__init__.py", "source_location": "L36"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_push_subscription_py", "label": "push_subscription.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L1"}, {"id": "push_subscription_fusionpushsubscription", "label": "FusionPushSubscription", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L15"}, {"id": "push_subscription_register_subscription", "label": "register_subscription()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L55"}, {"id": "push_subscription_rationale_56", "label": "Register or update a push subscription.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L56"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_push_subscription_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_push_subscription_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_push_subscription_py", "target": "push_subscription_fusionpushsubscription", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L15", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_entech_plating_fusion_tasks_models_push_subscription_py", "target": "push_subscription_register_subscription", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L55", "weight": 1.0}, {"source": "push_subscription_rationale_56", "target": "push_subscription_fusionpushsubscription_register_subscription", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "push_subscription_register_subscription", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L57"}, {"caller_nid": "push_subscription_register_subscription", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L57"}, {"caller_nid": "push_subscription_register_subscription", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L59"}, {"caller_nid": "push_subscription_register_subscription", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L67"}, {"caller_nid": "push_subscription_register_subscription", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Entech Plating/fusion_tasks/models/push_subscription.py", "source_location": "L67"}]}
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
257
Entech Plating/graphify-out/graph.html
Normal file
257
Entech Plating/graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
8746
Entech Plating/graphify-out/graph.json
Normal file
8746
Entech Plating/graphify-out/graph.json
Normal file
File diff suppressed because it is too large
Load Diff
829
Obsolete Files/graphify-out/GRAPH_REPORT.md
Normal file
829
Obsolete Files/graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,829 @@
|
|||||||
|
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/Obsolete Files (2026-04-22)
|
||||||
|
|
||||||
|
## Corpus Check
|
||||||
|
- 173 files · ~1,651,049 words
|
||||||
|
- Verdict: corpus is large enough that graph structure adds value.
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
- 682 nodes · 1218 edges · 121 communities detected
|
||||||
|
- Extraction: 93% EXTRACTED · 7% INFERRED · 0% AMBIGUOUS · INFERRED: 83 edges (avg confidence: 0.79)
|
||||||
|
- Token cost: 0 input · 0 output
|
||||||
|
|
||||||
|
## Community Hubs (Navigation)
|
||||||
|
- [[_COMMUNITY_Community 0|Community 0]]
|
||||||
|
- [[_COMMUNITY_Community 1|Community 1]]
|
||||||
|
- [[_COMMUNITY_Community 2|Community 2]]
|
||||||
|
- [[_COMMUNITY_Community 3|Community 3]]
|
||||||
|
- [[_COMMUNITY_Community 4|Community 4]]
|
||||||
|
- [[_COMMUNITY_Community 5|Community 5]]
|
||||||
|
- [[_COMMUNITY_Community 6|Community 6]]
|
||||||
|
- [[_COMMUNITY_Community 7|Community 7]]
|
||||||
|
- [[_COMMUNITY_Community 8|Community 8]]
|
||||||
|
- [[_COMMUNITY_Community 9|Community 9]]
|
||||||
|
- [[_COMMUNITY_Community 10|Community 10]]
|
||||||
|
- [[_COMMUNITY_Community 11|Community 11]]
|
||||||
|
- [[_COMMUNITY_Community 12|Community 12]]
|
||||||
|
- [[_COMMUNITY_Community 13|Community 13]]
|
||||||
|
- [[_COMMUNITY_Community 14|Community 14]]
|
||||||
|
- [[_COMMUNITY_Community 15|Community 15]]
|
||||||
|
- [[_COMMUNITY_Community 16|Community 16]]
|
||||||
|
- [[_COMMUNITY_Community 17|Community 17]]
|
||||||
|
- [[_COMMUNITY_Community 18|Community 18]]
|
||||||
|
- [[_COMMUNITY_Community 19|Community 19]]
|
||||||
|
- [[_COMMUNITY_Community 20|Community 20]]
|
||||||
|
- [[_COMMUNITY_Community 21|Community 21]]
|
||||||
|
- [[_COMMUNITY_Community 22|Community 22]]
|
||||||
|
- [[_COMMUNITY_Community 23|Community 23]]
|
||||||
|
- [[_COMMUNITY_Community 24|Community 24]]
|
||||||
|
- [[_COMMUNITY_Community 25|Community 25]]
|
||||||
|
- [[_COMMUNITY_Community 26|Community 26]]
|
||||||
|
- [[_COMMUNITY_Community 27|Community 27]]
|
||||||
|
- [[_COMMUNITY_Community 28|Community 28]]
|
||||||
|
- [[_COMMUNITY_Community 29|Community 29]]
|
||||||
|
- [[_COMMUNITY_Community 30|Community 30]]
|
||||||
|
- [[_COMMUNITY_Community 31|Community 31]]
|
||||||
|
- [[_COMMUNITY_Community 32|Community 32]]
|
||||||
|
- [[_COMMUNITY_Community 33|Community 33]]
|
||||||
|
- [[_COMMUNITY_Community 34|Community 34]]
|
||||||
|
- [[_COMMUNITY_Community 35|Community 35]]
|
||||||
|
- [[_COMMUNITY_Community 36|Community 36]]
|
||||||
|
- [[_COMMUNITY_Community 37|Community 37]]
|
||||||
|
- [[_COMMUNITY_Community 38|Community 38]]
|
||||||
|
- [[_COMMUNITY_Community 39|Community 39]]
|
||||||
|
- [[_COMMUNITY_Community 40|Community 40]]
|
||||||
|
- [[_COMMUNITY_Community 41|Community 41]]
|
||||||
|
- [[_COMMUNITY_Community 42|Community 42]]
|
||||||
|
- [[_COMMUNITY_Community 43|Community 43]]
|
||||||
|
- [[_COMMUNITY_Community 44|Community 44]]
|
||||||
|
- [[_COMMUNITY_Community 45|Community 45]]
|
||||||
|
- [[_COMMUNITY_Community 46|Community 46]]
|
||||||
|
- [[_COMMUNITY_Community 47|Community 47]]
|
||||||
|
- [[_COMMUNITY_Community 48|Community 48]]
|
||||||
|
- [[_COMMUNITY_Community 49|Community 49]]
|
||||||
|
- [[_COMMUNITY_Community 50|Community 50]]
|
||||||
|
- [[_COMMUNITY_Community 51|Community 51]]
|
||||||
|
- [[_COMMUNITY_Community 52|Community 52]]
|
||||||
|
- [[_COMMUNITY_Community 53|Community 53]]
|
||||||
|
- [[_COMMUNITY_Community 54|Community 54]]
|
||||||
|
- [[_COMMUNITY_Community 55|Community 55]]
|
||||||
|
- [[_COMMUNITY_Community 56|Community 56]]
|
||||||
|
- [[_COMMUNITY_Community 57|Community 57]]
|
||||||
|
- [[_COMMUNITY_Community 58|Community 58]]
|
||||||
|
- [[_COMMUNITY_Community 59|Community 59]]
|
||||||
|
- [[_COMMUNITY_Community 60|Community 60]]
|
||||||
|
- [[_COMMUNITY_Community 61|Community 61]]
|
||||||
|
- [[_COMMUNITY_Community 62|Community 62]]
|
||||||
|
- [[_COMMUNITY_Community 63|Community 63]]
|
||||||
|
- [[_COMMUNITY_Community 64|Community 64]]
|
||||||
|
- [[_COMMUNITY_Community 65|Community 65]]
|
||||||
|
- [[_COMMUNITY_Community 66|Community 66]]
|
||||||
|
- [[_COMMUNITY_Community 67|Community 67]]
|
||||||
|
- [[_COMMUNITY_Community 68|Community 68]]
|
||||||
|
- [[_COMMUNITY_Community 69|Community 69]]
|
||||||
|
- [[_COMMUNITY_Community 70|Community 70]]
|
||||||
|
- [[_COMMUNITY_Community 71|Community 71]]
|
||||||
|
- [[_COMMUNITY_Community 72|Community 72]]
|
||||||
|
- [[_COMMUNITY_Community 73|Community 73]]
|
||||||
|
- [[_COMMUNITY_Community 74|Community 74]]
|
||||||
|
- [[_COMMUNITY_Community 75|Community 75]]
|
||||||
|
- [[_COMMUNITY_Community 76|Community 76]]
|
||||||
|
- [[_COMMUNITY_Community 77|Community 77]]
|
||||||
|
- [[_COMMUNITY_Community 78|Community 78]]
|
||||||
|
- [[_COMMUNITY_Community 79|Community 79]]
|
||||||
|
- [[_COMMUNITY_Community 80|Community 80]]
|
||||||
|
- [[_COMMUNITY_Community 81|Community 81]]
|
||||||
|
- [[_COMMUNITY_Community 82|Community 82]]
|
||||||
|
- [[_COMMUNITY_Community 83|Community 83]]
|
||||||
|
- [[_COMMUNITY_Community 84|Community 84]]
|
||||||
|
- [[_COMMUNITY_Community 85|Community 85]]
|
||||||
|
- [[_COMMUNITY_Community 86|Community 86]]
|
||||||
|
- [[_COMMUNITY_Community 87|Community 87]]
|
||||||
|
- [[_COMMUNITY_Community 88|Community 88]]
|
||||||
|
- [[_COMMUNITY_Community 89|Community 89]]
|
||||||
|
- [[_COMMUNITY_Community 90|Community 90]]
|
||||||
|
- [[_COMMUNITY_Community 91|Community 91]]
|
||||||
|
- [[_COMMUNITY_Community 92|Community 92]]
|
||||||
|
- [[_COMMUNITY_Community 93|Community 93]]
|
||||||
|
- [[_COMMUNITY_Community 94|Community 94]]
|
||||||
|
- [[_COMMUNITY_Community 95|Community 95]]
|
||||||
|
- [[_COMMUNITY_Community 96|Community 96]]
|
||||||
|
- [[_COMMUNITY_Community 97|Community 97]]
|
||||||
|
- [[_COMMUNITY_Community 98|Community 98]]
|
||||||
|
- [[_COMMUNITY_Community 99|Community 99]]
|
||||||
|
- [[_COMMUNITY_Community 100|Community 100]]
|
||||||
|
- [[_COMMUNITY_Community 101|Community 101]]
|
||||||
|
- [[_COMMUNITY_Community 102|Community 102]]
|
||||||
|
- [[_COMMUNITY_Community 103|Community 103]]
|
||||||
|
- [[_COMMUNITY_Community 104|Community 104]]
|
||||||
|
- [[_COMMUNITY_Community 105|Community 105]]
|
||||||
|
- [[_COMMUNITY_Community 106|Community 106]]
|
||||||
|
- [[_COMMUNITY_Community 107|Community 107]]
|
||||||
|
- [[_COMMUNITY_Community 108|Community 108]]
|
||||||
|
- [[_COMMUNITY_Community 109|Community 109]]
|
||||||
|
- [[_COMMUNITY_Community 110|Community 110]]
|
||||||
|
- [[_COMMUNITY_Community 111|Community 111]]
|
||||||
|
- [[_COMMUNITY_Community 112|Community 112]]
|
||||||
|
- [[_COMMUNITY_Community 113|Community 113]]
|
||||||
|
- [[_COMMUNITY_Community 114|Community 114]]
|
||||||
|
- [[_COMMUNITY_Community 115|Community 115]]
|
||||||
|
- [[_COMMUNITY_Community 116|Community 116]]
|
||||||
|
- [[_COMMUNITY_Community 117|Community 117]]
|
||||||
|
- [[_COMMUNITY_Community 118|Community 118]]
|
||||||
|
- [[_COMMUNITY_Community 119|Community 119]]
|
||||||
|
- [[_COMMUNITY_Community 120|Community 120]]
|
||||||
|
|
||||||
|
## God Nodes (most connected - your core abstractions)
|
||||||
|
1. `_classCallCheck()` - 37 edges
|
||||||
|
2. `ResConfigSettings` - 27 edges
|
||||||
|
3. `get()` - 21 edges
|
||||||
|
4. `PrintProductLabel` - 20 edges
|
||||||
|
5. `PrintProductLabelSection` - 16 edges
|
||||||
|
6. `add()` - 14 edges
|
||||||
|
7. `getCharacterType()` - 12 edges
|
||||||
|
8. `get_quick_report_action()` - 10 edges
|
||||||
|
9. `ResUsers` - 10 edges
|
||||||
|
10. `PrintProductLabelTemplate` - 10 edges
|
||||||
|
|
||||||
|
## Surprising Connections (you probably didn't know these)
|
||||||
|
- `Test internal user's access rights` --uses--> `TestProductLabel` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/test_access_rights.py → /Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py
|
||||||
|
- `default_get()` --calls--> `_get_user_allowed_templates()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/product_label_layout.py → /Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/print_product_label_template.py
|
||||||
|
- `_compute_garazd_allowed_template_ids()` --calls--> `_get_user_allowed_templates()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/product_label_layout.py → /Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/print_product_label_template.py
|
||||||
|
- `_compute_allowed_template_ids()` --calls--> `set()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label.py → /Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/lib/pdfjs/web/viewer.js
|
||||||
|
- `_get_color_info_from_url()` --calls--> `compile()` [INFERRED]
|
||||||
|
/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_colors/models/color_assets_editor.py → /Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/views/form/form_compiler.js
|
||||||
|
|
||||||
|
## Communities
|
||||||
|
|
||||||
|
### Community 0 - "Community 0"
|
||||||
|
Cohesion: 0.04
|
||||||
|
Nodes (102): active(), apiPageModeToSidebarView(), appendTextToDiv(), approximateFraction(), asyncGeneratorStep(), AsyncIterator(), _asyncToGenerator(), backtrackBeforeAllVisibleElements() (+94 more)
|
||||||
|
|
||||||
|
### Community 1 - "Community 1"
|
||||||
|
Cohesion: 0.04
|
||||||
|
Nodes (34): Http, get_report_name(), print_label_pdf(), PrintPDF, PrintPreviewController, _complete_label_fields(), _compute_allowed_template_ids(), _compute_is_template_report() (+26 more)
|
||||||
|
|
||||||
|
### Community 2 - "Community 2"
|
||||||
|
Cohesion: 0.07
|
||||||
|
Nodes (9): ColorAssetsEditor, _get_color_info_from_url(), _get_colors_asset(), _get_colors_attachment(), _get_colors_from_url(), _get_custom_colors_url(), _save_color_asset(), _uninstall_cleanup() (+1 more)
|
||||||
|
|
||||||
|
### Community 3 - "Community 3"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (26): binary_field_types(), _check_height(), _check_widget_image(), _compute_display_name(), _compute_field_ids(), _compute_nested_relation_model_id(), _compute_relation_model_id(), _compute_template_preview_html() (+18 more)
|
||||||
|
|
||||||
|
### Community 4 - "Community 4"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (29): active(), add(), c(), cboxOnClick(), cleanup(), clear(), enable(), getStatIndex() (+21 more)
|
||||||
|
|
||||||
|
### Community 5 - "Community 5"
|
||||||
|
Cohesion: 0.07
|
||||||
|
Nodes (15): _setup_module(), MatchSaleOrderWizard, Link the selected Sale Order to the Purchase Order, Set a specific number of labels for all lines., Reset the skip empty places count value., If the Dymo label width or height were changed, we should change it to t, PurchaseOrder, Batch match multiple POs to Sale Orders based on x_marked_for field. Cal (+7 more)
|
||||||
|
|
||||||
|
### Community 6 - "Community 6"
|
||||||
|
Cohesion: 0.08
|
||||||
|
Nodes (29): AnnotationLayerBuilder(), AppOptions(), _classCallCheck(), Context(), DefaultAnnotationLayerFactory(), DefaultTextLayerFactory(), DownloadManager(), EventBus() (+21 more)
|
||||||
|
|
||||||
|
### Community 7 - "Community 7"
|
||||||
|
Cohesion: 0.14
|
||||||
|
Nodes (8): BaseUsersCommon, setUpClass(), TestProductLabel, Test internal user's access rights, TestAccessRights, TestPrintProductLabel, TestProductLabel, TransactionCase
|
||||||
|
|
||||||
|
### Community 8 - "Community 8"
|
||||||
|
Cohesion: 0.21
|
||||||
|
Nodes (3): ResUsers, SELF_READABLE_FIELDS(), SELF_WRITEABLE_FIELDS()
|
||||||
|
|
||||||
|
### Community 9 - "Community 9"
|
||||||
|
Cohesion: 0.16
|
||||||
|
Nodes (14): _assertThisInitialized(), BasePreferences(), GenericPreferences(), getDefaultPreferences(), _getPrototypeOf(), isValidExplicitDestination(), PDFSinglePageViewer(), PDFViewer() (+6 more)
|
||||||
|
|
||||||
|
### Community 10 - "Community 10"
|
||||||
|
Cohesion: 0.27
|
||||||
|
Nodes (7): default_get(), _onchange_batch_vendor_id(), _onchange_vendor_id(), PurchaseOrderWizard, PurchaseProductWiz, Returns the values to create the purchase order line., Generate purchase orders grouped by vendor
|
||||||
|
|
||||||
|
### Community 11 - "Community 11"
|
||||||
|
Cohesion: 0.18
|
||||||
|
Nodes (11): getCharacterType(), isAlphabeticalScript(), isAscii(), isAsciiAlpha(), isAsciiDigit(), isAsciiSpace(), isHalfwidthKatakana(), isHan() (+3 more)
|
||||||
|
|
||||||
|
### Community 12 - "Community 12"
|
||||||
|
Cohesion: 0.18
|
||||||
|
Nodes (6): CollapseAll, ExpandAll, scrollModeChanged(), spreadModeChanged(), webViewerInitialized(), webViewerNamedAction()
|
||||||
|
|
||||||
|
### Community 13 - "Community 13"
|
||||||
|
Cohesion: 0.27
|
||||||
|
Nodes (4): _compute_barcode(), _compute_company_id(), _compute_product_price(), PrintProductLabelLine
|
||||||
|
|
||||||
|
### Community 14 - "Community 14"
|
||||||
|
Cohesion: 0.27
|
||||||
|
Nodes (7): _compute_garazd_allowed_template_ids(), default_get(), ProductLabelLayout, set(), webViewerScrollModeChanged(), webViewerSidebarViewChanged(), webViewerSpreadModeChanged()
|
||||||
|
|
||||||
|
### Community 15 - "Community 15"
|
||||||
|
Cohesion: 0.36
|
||||||
|
Nodes (5): getAutoLoadStorageKey(), getAutoLoadStorageValue(), removeAutoLoadStorageValue(), setAutoLoadStorageValue(), toggleAutoLoad()
|
||||||
|
|
||||||
|
### Community 16 - "Community 16"
|
||||||
|
Cohesion: 0.22
|
||||||
|
Nodes (9): abort(), clear(), dispatchEvent(), fireL10nReadyEvent(), getL10nDictionary(), getL10nResourceLinks(), getViewerConfiguration(), loadLocale() (+1 more)
|
||||||
|
|
||||||
|
### Community 17 - "Community 17"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (2): _check_page_layout(), PrintProductLabelTemplateAdd
|
||||||
|
|
||||||
|
### Community 18 - "Community 18"
|
||||||
|
Cohesion: 0.25
|
||||||
|
Nodes (8): close(), open(), parseResource(), PDFFindBar(), webViewerClick(), webViewerDocumentProperties(), webViewerKeyDown(), xhrLoadText()
|
||||||
|
|
||||||
|
### Community 19 - "Community 19"
|
||||||
|
Cohesion: 0.25
|
||||||
|
Nodes (8): getChildElementCount(), getL10nAttributes(), getL10nData(), getTranslatableChildren(), substArguments(), substIndexes(), translateElement(), translateFragment()
|
||||||
|
|
||||||
|
### Community 20 - "Community 20"
|
||||||
|
Cohesion: 0.29
|
||||||
|
Nodes (2): ProductProduct, If a user has direct print option and a label template, return the direct print
|
||||||
|
|
||||||
|
### Community 21 - "Community 21"
|
||||||
|
Cohesion: 0.29
|
||||||
|
Nodes (1): IrHttp
|
||||||
|
|
||||||
|
### Community 22 - "Community 22"
|
||||||
|
Cohesion: 0.4
|
||||||
|
Nodes (1): ResCompany
|
||||||
|
|
||||||
|
### Community 23 - "Community 23"
|
||||||
|
Cohesion: 0.4
|
||||||
|
Nodes (5): _arrayWithHoles(), getPageSizeInches(), _iterableToArrayLimit(), _nonIterableRest(), _slicedToArray()
|
||||||
|
|
||||||
|
### Community 24 - "Community 24"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (5): doneResult(), makeInvokeMethod(), maybeInvokeDelegate(), tryCatch(), wrap()
|
||||||
|
|
||||||
|
### Community 25 - "Community 25"
|
||||||
|
Cohesion: 0.4
|
||||||
|
Nodes (5): ensureOverlay(), getLanguage(), PasswordPrompt(), PDFDocumentProperties(), register()
|
||||||
|
|
||||||
|
### Community 26 - "Community 26"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (1): AppsMenu
|
||||||
|
|
||||||
|
### Community 27 - "Community 27"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 28 - "Community 28"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (1): AppsBar
|
||||||
|
|
||||||
|
### Community 29 - "Community 29"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (1): Http
|
||||||
|
|
||||||
|
### Community 30 - "Community 30"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (1): PrintLabelTypePy
|
||||||
|
|
||||||
|
### Community 31 - "Community 31"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (1): PrintProductLabelPreview
|
||||||
|
|
||||||
|
### Community 32 - "Community 32"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 33 - "Community 33"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 34 - "Community 34"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (2): Category, Product
|
||||||
|
|
||||||
|
### Community 35 - "Community 35"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 36 - "Community 36"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (3): setZoomDisabledTimeout(), webViewerVisibilityChange(), webViewerWheel()
|
||||||
|
|
||||||
|
### Community 37 - "Community 37"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (3): isValidScrollMode(), isValidSpreadMode(), values()
|
||||||
|
|
||||||
|
### Community 38 - "Community 38"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (1): reportPreviewConfigItem()
|
||||||
|
|
||||||
|
### Community 39 - "Community 39"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 40 - "Community 40"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Product
|
||||||
|
|
||||||
|
### Community 41 - "Community 41"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 42 - "Community 42"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 43 - "Community 43"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): ResUsersSettings
|
||||||
|
|
||||||
|
### Community 44 - "Community 44"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 45 - "Community 45"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 46 - "Community 46"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 47 - "Community 47"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 48 - "Community 48"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 49 - "Community 49"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 50 - "Community 50"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 51 - "Community 51"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 52 - "Community 52"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 53 - "Community 53"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 54 - "Community 54"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 55 - "Community 55"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 56 - "Community 56"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 57 - "Community 57"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 58 - "Community 58"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 59 - "Community 59"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 60 - "Community 60"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 61 - "Community 61"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 62 - "Community 62"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 63 - "Community 63"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 64 - "Community 64"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 65 - "Community 65"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 66 - "Community 66"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 67 - "Community 67"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 68 - "Community 68"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 69 - "Community 69"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 70 - "Community 70"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 71 - "Community 71"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 72 - "Community 72"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 73 - "Community 73"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 74 - "Community 74"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 75 - "Community 75"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 76 - "Community 76"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 77 - "Community 77"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 78 - "Community 78"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 79 - "Community 79"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 80 - "Community 80"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 81 - "Community 81"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 82 - "Community 82"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 83 - "Community 83"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 84 - "Community 84"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 85 - "Community 85"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 86 - "Community 86"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 87 - "Community 87"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 88 - "Community 88"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 89 - "Community 89"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 90 - "Community 90"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 91 - "Community 91"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 92 - "Community 92"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 93 - "Community 93"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Set additional fields for product labels. Method to override.
|
||||||
|
|
||||||
|
### Community 94 - "Community 94"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Allow to get a report action for custom labels. Method to override.
|
||||||
|
|
||||||
|
### Community 95 - "Community 95"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 96 - "Community 96"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 97 - "Community 97"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Overwritten completely to use with custom label templates.
|
||||||
|
|
||||||
|
### Community 98 - "Community 98"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Post-processing of the price value before converting to the string. Meth
|
||||||
|
|
||||||
|
### Community 99 - "Community 99"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Collect all pricelist rules that affect the current product.
|
||||||
|
|
||||||
|
### Community 100 - "Community 100"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): System administrators are not restricted anyway. Other users are restric
|
||||||
|
|
||||||
|
### Community 101 - "Community 101"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 102 - "Community 102"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 103 - "Community 103"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 104 - "Community 104"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 105 - "Community 105"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 106 - "Community 106"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 107 - "Community 107"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 108 - "Community 108"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 109 - "Community 109"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 110 - "Community 110"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 111 - "Community 111"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 112 - "Community 112"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 113 - "Community 113"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 114 - "Community 114"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): When user selects a batch vendor, apply it to selected lines only
|
||||||
|
|
||||||
|
### Community 115 - "Community 115"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Load SO lines into wizard
|
||||||
|
|
||||||
|
### Community 116 - "Community 116"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Update price based on vendor's price list if available
|
||||||
|
|
||||||
|
### Community 117 - "Community 117"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 118 - "Community 118"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 119 - "Community 119"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 120 - "Community 120"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
## Knowledge Gaps
|
||||||
|
- **33 isolated node(s):** `Set additional fields for product labels. Method to override.`, `Return two params for a report action: record "ids" and "data".`, `Set a specific number of labels for all lines.`, `Restore the initial number of labels for all lines.`, `Allow to get a report action for custom labels. Method to override.` (+28 more)
|
||||||
|
These have ≤1 connection - possible missing edges or undocumented components.
|
||||||
|
- **Thin community `Community 39`** (2 nodes): `setup()`, `navbar.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 40`** (2 nodes): `Product`, `refresh.test.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 41`** (2 nodes): `onClickDialogSizeToggle()`, `select_create_dialog.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 42`** (2 nodes): `displayMessages()`, `thread.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 43`** (2 nodes): `ResUsersSettings`, `res_users_settings.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 44`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 45`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 46`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 47`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 48`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 49`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 50`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 51`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 52`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 53`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 54`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 55`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 56`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 57`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 58`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 59`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 60`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 61`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 62`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 63`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 64`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 65`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 66`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 67`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 68`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 69`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 70`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 71`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 72`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 73`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 74`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 75`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 76`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 77`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 78`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 79`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 80`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 81`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 82`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 83`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 84`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 85`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 86`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 87`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 88`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 89`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 90`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 91`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 92`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 93`** (1 nodes): `Set additional fields for product labels. Method to override.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 94`** (1 nodes): `Allow to get a report action for custom labels. Method to override.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 95`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 96`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 97`** (1 nodes): `Overwritten completely to use with custom label templates.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 98`** (1 nodes): `Post-processing of the price value before converting to the string. Meth`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 99`** (1 nodes): `Collect all pricelist rules that affect the current product.`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 100`** (1 nodes): `System administrators are not restricted anyway. Other users are restric`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 101`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 102`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 103`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 104`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 105`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 106`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 107`** (1 nodes): `webclient.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 108`** (1 nodes): `app_menu_service.js`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 109`** (1 nodes): `__init__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 110`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 111`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 112`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 113`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 114`** (1 nodes): `When user selects a batch vendor, apply it to selected lines only`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 115`** (1 nodes): `Load SO lines into wizard`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 116`** (1 nodes): `Update price based on vendor's price list if available`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 117`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 118`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 119`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Community 120`** (1 nodes): `__manifest__.py`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
|
||||||
|
## Suggested Questions
|
||||||
|
_Questions this graph is uniquely positioned to answer:_
|
||||||
|
|
||||||
|
- **Why does `get()` connect `Community 1` to `Community 0`, `Community 3`, `Community 4`, `Community 5`, `Community 9`, `Community 10`, `Community 12`?**
|
||||||
|
_High betweenness centrality (0.293) - this node is a cross-community bridge._
|
||||||
|
- **Why does `add()` connect `Community 4` to `Community 12`, `Community 6`?**
|
||||||
|
_High betweenness centrality (0.053) - this node is a cross-community bridge._
|
||||||
|
- **Why does `_save_color_asset()` connect `Community 2` to `Community 5`?**
|
||||||
|
_High betweenness centrality (0.045) - this node is a cross-community bridge._
|
||||||
|
- **Are the 13 inferred relationships involving `get()` (e.g. with `_get_product_label_ids()` and `default_get()`) actually correct?**
|
||||||
|
_`get()` has 13 INFERRED edges - model-reasoned connections that need verification._
|
||||||
|
- **What connects `Set additional fields for product labels. Method to override.`, `Return two params for a report action: record "ids" and "data".`, `Set a specific number of labels for all lines.` to the rest of the system?**
|
||||||
|
_33 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||||
|
- **Should `Community 0` be split into smaller, more focused modules?**
|
||||||
|
_Cohesion score 0.04 - nodes in this community are weakly interconnected._
|
||||||
|
- **Should `Community 1` be split into smaller, more focused modules?**
|
||||||
|
_Cohesion score 0.04 - nodes in this community are weakly interconnected._
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_company.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_company.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_company.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "label": "user_menu.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L1"}, {"id": "user_menu_reportpreviewconfigitem", "label": "reportPreviewConfigItem()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L9"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "target": "registry", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "target": "translation", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "target": "rpc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "target": "user", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_static_src_js_user_menu_js", "target": "user_menu_reportpreviewconfigitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L9", "weight": 1.0}], "raw_calls": [{"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "_t", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L13"}, {"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "rpc", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L15"}, {"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "doAction", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L19"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/__init__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_tests_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/tests/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_tests_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/tests/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_wizard_match_sale_order_wiz_py", "label": "match_sale_order_wiz.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L1"}, {"id": "match_sale_order_wiz_matchsaleorderwizard", "label": "MatchSaleOrderWizard", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L7"}, {"id": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "label": ".action_confirm()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L29"}, {"id": "match_sale_order_wiz_rationale_30", "label": "Link the selected Sale Order to the Purchase Order", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L30"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_wizard_match_sale_order_wiz_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_wizard_match_sale_order_wiz_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_wizard_match_sale_order_wiz_py", "target": "match_sale_order_wiz_matchsaleorderwizard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L7", "weight": 1.0}, {"source": "match_sale_order_wiz_matchsaleorderwizard", "target": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L29", "weight": 1.0}, {"source": "match_sale_order_wiz_rationale_30", "target": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L30", "weight": 1.0}], "raw_calls": [{"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L31"}, {"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L34"}, {"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L34"}, {"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L40"}, {"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L49"}, {"caller_nid": "match_sale_order_wiz_matchsaleorderwizard_action_confirm", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/wizard/match_sale_order_wiz.py", "source_location": "L50"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_users.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_users.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_users.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L4"}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L13"}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L19"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_users_py", "target": "res_users_self_readable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_users_py", "target": "res_users_self_writeable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_self_readable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L14"}, {"caller_nid": "res_users_self_writeable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_users.py", "source_location": "L20"}]}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_template_py", "label": "product_template.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L1"}, {"id": "product_template_producttemplate", "label": "ProductTemplate", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L4"}, {"id": "product_template_producttemplate_action_open_label_layout", "label": ".action_open_label_layout()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L7"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_template_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_template_py", "target": "product_template_producttemplate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L4", "weight": 1.0}, {"source": "product_template_producttemplate", "target": "product_template_producttemplate_action_open_label_layout", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "product_template_producttemplate_action_open_label_layout", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L9"}, {"caller_nid": "product_template_producttemplate_action_open_label_layout", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L9"}, {"caller_nid": "product_template_producttemplate_action_open_label_layout", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L10"}, {"caller_nid": "product_template_producttemplate_action_open_label_layout", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_template.py", "source_location": "L11"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_users.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_users.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_users.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/wizard/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/wizard/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_collapse_all_collapse_all_js", "label": "collapse_all.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L1"}, {"id": "collapse_all_collapseall", "label": "CollapseAll", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L7"}, {"id": "collapse_all_collapseall_oncollapsebuttonclicked", "label": ".onCollapseButtonClicked()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L13"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_collapse_all_collapse_all_js", "target": "owl", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_collapse_all_collapse_all_js", "target": "registry", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_collapse_all_collapse_all_js", "target": "dropdown_item", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_collapse_all_collapse_all_js", "target": "collapse_all_collapseall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L7", "weight": 1.0}, {"source": "collapse_all_collapseall", "target": "collapse_all_collapseall_oncollapsebuttonclicked", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "filter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L16"}, {"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "toggle", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L21"}, {"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "map", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L24"}, {"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "reduce", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L27"}, {"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "load", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L31"}, {"caller_nid": "collapse_all_collapseall_oncollapsebuttonclicked", "callee": "notify", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/collapse_all/collapse_all.js", "source_location": "L32"}]}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/__init__.py", "source_location": "L3", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_company.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_company.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_company.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/__init__.py", "source_location": "L5", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L6"}, {"id": "res_users_resusers_preview_reload", "label": ".preview_reload()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L18"}, {"id": "res_users_resusers_preview_print_save", "label": ".preview_print_save()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L24"}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L31"}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L35"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L6", "weight": 1.0}, {"source": "res_users_resusers", "target": "res_users_resusers_preview_reload", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L18", "weight": 1.0}, {"source": "res_users_resusers", "target": "res_users_resusers_preview_print_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L24", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_res_users_py", "target": "res_users_self_readable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L31", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_res_users_py", "target": "res_users_self_writeable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L35", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_self_readable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L32"}, {"caller_nid": "res_users_self_writeable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/res_users.py", "source_location": "L36"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_print_label_type_py", "label": "print_label_type.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/print_label_type.py", "source_location": "L1"}, {"id": "print_label_type_printlabeltypepy", "label": "PrintLabelTypePy", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/print_label_type.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_print_label_type_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/print_label_type.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_print_label_type_py", "target": "print_label_type_printlabeltypepy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/print_label_type.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/models/__init__.py", "source_location": "L3", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_static_src_voip_service_patch_js", "label": "voip_service_patch.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L1"}, {"id": "voip_service_patch_arecredentialsset", "label": "areCredentialsSet()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L8"}, {"id": "voip_service_patch_authorizationusername", "label": "authorizationUsername()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L11"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_static_src_voip_service_patch_js", "target": "patch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service_patch_arecredentialsset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_static_src_voip_service_patch_js", "target": "voip_service_patch_authorizationusername", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L11", "weight": 1.0}], "raw_calls": [{"caller_nid": "voip_service_patch_arecredentialsset", "callee": "Boolean", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/static/src/voip_service_patch.js", "source_location": "L9"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L4"}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L13"}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L19"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_res_users_py", "target": "res_users_self_readable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_res_users_py", "target": "res_users_self_writeable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_self_readable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L14"}, {"caller_nid": "res_users_self_writeable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/res_users.py", "source_location": "L20"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_static_src_views_view_dialogs_select_create_dialog_js", "label": "select_create_dialog.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js", "source_location": "L1"}, {"id": "select_create_dialog_onclickdialogsizetoggle", "label": "onClickDialogSizeToggle()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js", "source_location": "L6"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_static_src_views_view_dialogs_select_create_dialog_js", "target": "patch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_static_src_views_view_dialogs_select_create_dialog_js", "target": "select_create_dialog", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_static_src_views_view_dialogs_select_create_dialog_js", "target": "select_create_dialog_onclickdialogsizetoggle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js", "source_location": "L6", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_ir_http_py", "label": "ir_http.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L1"}, {"id": "ir_http_irhttp", "label": "IrHttp", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L4"}, {"id": "ir_http_irhttp_session_info", "label": ".session_info()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L12"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_ir_http_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_ir_http_py", "target": "ir_http_irhttp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L4", "weight": 1.0}, {"source": "ir_http_irhttp", "target": "ir_http_irhttp_session_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "ir_http_irhttp_session_info", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/ir_http.py", "source_location": "L13"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_models_ir_http_py", "label": "ir_http.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L1"}, {"id": "ir_http_irhttp", "label": "IrHttp", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L4"}, {"id": "ir_http_irhttp_session_info", "label": ".session_info()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L12"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_models_ir_http_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_models_ir_http_py", "target": "ir_http_irhttp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L4", "weight": 1.0}, {"source": "ir_http_irhttp", "target": "ir_http_irhttp_session_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "ir_http_irhttp_session_info", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L13"}, {"caller_nid": "ir_http_irhttp_session_info", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L14"}, {"caller_nid": "ir_http_irhttp_session_info", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L15"}, {"caller_nid": "ir_http_irhttp_session_info", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/models/ir_http.py", "source_location": "L15"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_ir_http_py", "label": "ir_http.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L1"}, {"id": "ir_http_irhttp", "label": "IrHttp", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L4"}, {"id": "ir_http_irhttp_session_info", "label": ".session_info()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L12"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_ir_http_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_models_ir_http_py", "target": "ir_http_irhttp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L4", "weight": 1.0}, {"source": "ir_http_irhttp", "target": "ir_http_irhttp_session_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "ir_http_irhttp_session_info", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/models/ir_http.py", "source_location": "L13"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_line_py", "label": "print_product_label_line.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L1"}, {"id": "print_product_label_line_printproductlabelline", "label": "PrintProductLabelLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L9"}, {"id": "print_product_label_line_compute_product_price", "label": "_compute_product_price()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L18"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_line_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_line_py", "target": "print_product_label_line_printproductlabelline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_line_py", "target": "print_product_label_line_compute_product_price", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L18", "weight": 1.0}], "raw_calls": [{"caller_nid": "print_product_label_line_compute_product_price", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L21"}, {"caller_nid": "print_product_label_line_compute_product_price", "callee": "_get_product_price", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L25"}, {"caller_nid": "print_product_label_line_compute_product_price", "callee": "_get_product_price", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_line.py", "source_location": "L28"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_ir_http_py", "label": "ir_http.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L1"}, {"id": "ir_http_http", "label": "Http", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L5"}, {"id": "ir_http_http_session_info", "label": ".session_info()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_ir_http_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_models_ir_http_py", "target": "ir_http_http", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L5", "weight": 1.0}, {"source": "ir_http_http", "target": "ir_http_http_session_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "ir_http_http_session_info", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L9"}, {"caller_nid": "ir_http_http_session_info", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L13"}, {"caller_nid": "ir_http_http_session_info", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/models/ir_http.py", "source_location": "L16"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_controllers_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/controllers/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_controllers_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_controllers_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/controllers/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/models/__init__.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/models/__init__.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_voip_ringcentral_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/voip_ringcentral/models/__init__.py", "source_location": "L7", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_report_product_label_report_py", "label": "product_label_report.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L1"}, {"id": "product_label_report_reportgarazdproductlabelfromtemplate", "label": "ReportGarazdProductLabelFromTemplate", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L4"}, {"id": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "label": "._get_report_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_report_product_label_report_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_report_product_label_report_py", "target": "product_label_report_reportgarazdproductlabelfromtemplate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L4", "weight": 1.0}, {"source": "product_label_report_reportgarazdproductlabelfromtemplate", "target": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L9"}, {"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L9"}, {"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/report/product_label_report.py", "source_location": "L14"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_config_settings.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_config_settings.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/models/res_config_settings.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_tests_group_test_js", "label": "group.test.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L1"}, {"id": "group_test_category", "label": "Category", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L11"}, {"id": "group_test_product", "label": "Product", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L19"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_tests_group_test_js", "target": "hoot", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_tests_group_test_js", "target": "web_test_helpers", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_tests_group_test_js", "target": "group_test_category", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_tests_group_test_js", "target": "group_test_product", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/tests/group.test.js", "source_location": "L19", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_appsbar_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_appsbar/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/res_config_settings.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/res_config_settings.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/res_config_settings.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_res_users_py", "label": "res_users.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L1"}, {"id": "res_users_resusers", "label": "ResUsers", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L4"}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L13"}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L19"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_res_users_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_res_users_py", "target": "res_users_resusers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_res_users_py", "target": "res_users_self_readable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_models_res_users_py", "target": "res_users_self_writeable_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "res_users_self_readable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L14"}, {"caller_nid": "res_users_self_writeable_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/models/res_users.py", "source_location": "L20"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_product_product_py", "label": "product_product.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L1"}, {"id": "product_product_productproduct", "label": "ProductProduct", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L4"}, {"id": "product_product_productproduct_action_open_label_layout", "label": ".action_open_label_layout()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L7"}, {"id": "product_product_rationale_8", "label": "If a user has direct print option and a label template, return the direct print", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_product_product_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_product_product_py", "target": "product_product_productproduct", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L4", "weight": 1.0}, {"source": "product_product_productproduct", "target": "product_product_productproduct_action_open_label_layout", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L7", "weight": 1.0}, {"source": "product_product_rationale_8", "target": "product_product_productproduct_action_open_label_layout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L12"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L13"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L13"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "get_quick_report_action", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/product_product.py", "source_location": "L15"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_pdf_print_preview_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/pdf_print_preview/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_dialog_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_dialog/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_company.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_company.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/models/res_company.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "label": "user_menu.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L1"}, {"id": "user_menu_reportpreviewconfigitem", "label": "reportPreviewConfigItem()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L9"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "target": "registry", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "target": "translation", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "target": "rpc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "target": "user", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_static_src_js_user_menu_js", "target": "user_menu_reportpreviewconfigitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L9", "weight": 1.0}], "raw_calls": [{"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "_t", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L13"}, {"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "rpc", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L15"}, {"caller_nid": "user_menu_reportpreviewconfigitem", "callee": "doAction", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/static/src/js/user_menu.js", "source_location": "L19"}]}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_product_py", "label": "product_product.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L1"}, {"id": "product_product_productproduct", "label": "ProductProduct", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L4"}, {"id": "product_product_productproduct_action_open_label_layout", "label": ".action_open_label_layout()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L7"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_product_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_garazd_product_label_models_product_product_py", "target": "product_product_productproduct", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L4", "weight": 1.0}, {"source": "product_product_productproduct", "target": "product_product_productproduct_action_open_label_layout", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L9"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L9"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L10"}, {"caller_nid": "product_product_productproduct_action_open_label_layout", "callee": "_for_xml_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/garazd_product_label/models/product_product.py", "source_location": "L11"}]}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_res_company_py", "label": "res_company.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/res_company.py", "source_location": "L1"}, {"id": "res_company_rescompany", "label": "ResCompany", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/res_company.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_res_company_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/res_company.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_models_res_company_py", "target": "res_company_rescompany", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/models/res_company.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "label": "main.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L1"}, {"id": "main_printpdf", "label": "PrintPDF", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L12"}, {"id": "main_print_label_pdf", "label": "print_label_pdf()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L20"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_wizard_print_product_label_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "target": "main_printpdf", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_garazd_product_label_print_controllers_main_py", "target": "main_print_label_pdf", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L20", "weight": 1.0}], "raw_calls": [{"caller_nid": "main_print_label_pdf", "callee": "not_found", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L22"}, {"caller_nid": "main_print_label_pdf", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L25"}, {"caller_nid": "main_print_label_pdf", "callee": "not_found", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L27"}, {"caller_nid": "main_print_label_pdf", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L29"}, {"caller_nid": "main_print_label_pdf", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L29"}, {"caller_nid": "main_print_label_pdf", "callee": "not_found", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L36"}, {"caller_nid": "main_print_label_pdf", "callee": "render", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/garazd_product_label_print/controllers/main.py", "source_location": "L39"}]}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_tests_common_py", "label": "common.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L1"}, {"id": "common_testproductlabel", "label": "TestProductLabel", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L11"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "common_setupclass", "label": "setUpClass()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L14"}, {"id": "common_testproductlabel_setup", "label": ".setUp()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L39"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_tests_common_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_tests_common_py", "target": "odoo_tests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_tests_common_py", "target": "common_testproductlabel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L11", "weight": 1.0}, {"source": "common_testproductlabel", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_tests_common_py", "target": "common_setupclass", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L14", "weight": 1.0}, {"source": "common_testproductlabel", "target": "common_testproductlabel_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L39", "weight": 1.0}], "raw_calls": [{"caller_nid": "common_setupclass", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L15"}, {"caller_nid": "common_setupclass", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L17"}, {"caller_nid": "common_setupclass", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L19"}, {"caller_nid": "common_setupclass", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L26"}, {"caller_nid": "common_setupclass", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L32"}, {"caller_nid": "common_testproductlabel_setup", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L40"}, {"caller_nid": "common_testproductlabel_setup", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L42"}, {"caller_nid": "common_testproductlabel_setup", "callee": "with_context", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/tests/common.py", "source_location": "L42"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_static_tests_refresh_test_js", "label": "refresh.test.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/static/tests/refresh.test.js", "source_location": "L1"}, {"id": "refresh_test_product", "label": "Product", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/static/tests/refresh.test.js", "source_location": "L11"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_static_tests_refresh_test_js", "target": "hoot", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/static/tests/refresh.test.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_static_tests_refresh_test_js", "target": "web_test_helpers", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/static/tests/refresh.test.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_static_tests_refresh_test_js", "target": "refresh_test_product", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/static/tests/refresh.test.js", "source_location": "L11", "weight": 1.0}], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/__init__.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_config_settings_py", "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L1"}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L4"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_config_settings_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/models/res_config_settings.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_sale_order_to_purchase_order_app_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/sale_order_to_purchase_order_app/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_refresh_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_refresh/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_preview_py", "label": "print_product_label_preview.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_preview.py", "source_location": "L1"}, {"id": "print_product_label_preview_printproductlabelpreview", "label": "PrintProductLabelPreview", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_preview.py", "source_location": "L9"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_preview_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_preview.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_wizard_print_product_label_preview_py", "target": "print_product_label_preview_printproductlabelpreview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/wizard/print_product_label_preview.py", "source_location": "L9", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "label": "chatter.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L1"}, {"id": "chatter_setup", "label": "setup()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L7"}, {"id": "chatter_onclicknotificationstoggle", "label": "onClickNotificationsToggle()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L17"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "target": "patch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "target": "browser", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "target": "chatter", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "target": "chatter_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_chatter_static_src_chatter_chatter_js", "target": "chatter_onclicknotificationstoggle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L17", "weight": 1.0}], "raw_calls": [{"caller_nid": "chatter_setup", "callee": "getItem", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L9"}, {"caller_nid": "chatter_setup", "callee": "parse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L14"}, {"caller_nid": "chatter_onclicknotificationstoggle", "callee": "setItem", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_chatter/static/src/chatter/chatter.js", "source_location": "L19"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_print_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_print/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "label": "navbar.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L1"}, {"id": "navbar_setup", "label": "setup()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "target": "patch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "target": "hooks", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "target": "navbar", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "target": "appsmenu", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_theme_static_src_webclient_navbar_navbar_js", "target": "navbar_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "navbar_setup", "callee": "useService", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_theme/static/src/webclient/navbar/navbar.js", "source_location": "L10"}]}
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_pdf_print_preview_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/pdf_print_preview/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_wizard_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/wizard/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/wizard/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_wizard_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label/wizard/__init__.py", "source_location": "L2", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_models_init_py", "target": "users_gurpreet_github_odoo_modules_obsolete_files_sale_order_to_purchase_order_app_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/sale_order_to_purchase_order_app/models/__init__.py", "source_location": "L3", "weight": 1.0}], "raw_calls": []}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_report_product_label_report_py", "label": "product_label_report.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L1"}, {"id": "product_label_report_reportgarazdproductlabelfromtemplate", "label": "ReportGarazdProductLabelFromTemplate", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L4"}, {"id": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "label": "._get_report_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L8"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_report_product_label_report_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_garazd_product_label_pro_garazd_product_label_pro_report_product_label_report_py", "target": "product_label_report_reportgarazdproductlabelfromtemplate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L4", "weight": 1.0}, {"source": "product_label_report_reportgarazdproductlabelfromtemplate", "target": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L9"}, {"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L9"}, {"caller_nid": "product_label_report_reportgarazdproductlabelfromtemplate_get_report_values", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/garazd_product_label_pro/garazd_product_label_pro/report/product_label_report.py", "source_location": "L14"}]}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_expand_all_expand_all_js", "label": "expand_all.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L1"}, {"id": "expand_all_expandall", "label": "ExpandAll", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L7"}, {"id": "expand_all_expandall_onexpandbuttonclicked", "label": ".onExpandButtonClicked()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L13"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_expand_all_expand_all_js", "target": "owl", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_expand_all_expand_all_js", "target": "registry", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_expand_all_expand_all_js", "target": "dropdown_item", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_obsolete_files_muk_web_theme_19_0_1_4_1_muk_web_group_static_src_search_expand_all_expand_all_js", "target": "expand_all_expandall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L7", "weight": 1.0}, {"source": "expand_all_expandall", "target": "expand_all_expandall_onexpandbuttonclicked", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "filter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L16"}, {"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "toggle", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L21"}, {"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "map", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L24"}, {"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "reduce", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L27"}, {"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "load", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L31"}, {"caller_nid": "expand_all_expandall_onexpandbuttonclicked", "callee": "notify", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Obsolete Files/muk_web_theme-19.0.1.4.1/muk_web_group/static/src/search/expand_all/expand_all.js", "source_location": "L32"}]}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user