This commit is contained in:
gsinghpal
2026-04-24 21:04:38 -04:00
parent 0eab4b4efb
commit 41d0908ade
4083 changed files with 1230780 additions and 287 deletions

View File

@@ -0,0 +1,149 @@
# Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core (2026-04-22)
## Corpus Check
- 15 files · ~4,588 words
- Verdict: corpus is large enough that graph structure adds value.
## Summary
- 66 nodes · 62 edges · 17 communities detected
- Extraction: 87% EXTRACTED · 13% INFERRED · 0% AMBIGUOUS · INFERRED: 8 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]]
## God Nodes (most connected - your core abstractions)
1. `TestSharedFieldOwnership` - 8 edges
2. `TestCoexistenceGroup` - 6 edges
3. `_fusion_recompute_coexistence_group()` - 6 edges
4. `TestEnterpriseDetection` - 5 edges
5. `_fusion_is_enterprise_accounting_installed()` - 5 edges
6. `TestSharedFieldBankStatementLine` - 4 edges
7. `IrModuleModule` - 4 edges
8. `post_init_hook()` - 3 edges
9. `Initialize coexistence group membership based on current Enterprise install stat` - 1 edges
10. `Rehome the fusion security xml-ids to fusion_accounting_core BEFORE data-load.` - 1 edges
## Surprising Connections (you probably didn't know these)
- `post_init_hook()` --calls--> `_fusion_recompute_coexistence_group()` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py → /Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/res_users.py
- `_fusion_recompute_coexistence_group()` --calls--> `_fusion_is_enterprise_accounting_installed()` [INFERRED]
/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/res_users.py → /Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/ir_module_module.py
## Communities
### Community 0 - "Community 0"
Cohesion: 0.18
Nodes (6): The recompute helper must be callable on res.users., The 'show when Enterprise absent' group must exist and have computed membership., TestCoexistenceGroup, Verify fusion_accounting_core declares the Enterprise extension fields on ac, TestSharedFieldBankStatementLine, TransactionCase
### Community 1 - "Community 1"
Cohesion: 0.24
Nodes (5): IrModuleModule, Recompute the coexistence group after install state changes., Recompute the coexistence group after uninstall state changes. The MRO, Recompute the coexistence group after the lower-level uninstall., _fusion_recompute_coexistence_group()
### Community 2 - "Community 2"
Cohesion: 0.22
Nodes (3): The shared M2M relation table must be named identically to Enterprise's, Verify fusion_accounting_core declares the Enterprise extension fields on ac, TestSharedFieldOwnership
### Community 3 - "Community 3"
Cohesion: 0.25
Nodes (5): _fusion_is_enterprise_accounting_installed(), A user is in the group iff Enterprise accounting is NOT installed. We c, Helper should return True iff one of the known Enterprise modules is installed., Verify the helper that detects Odoo Enterprise accounting installs., TestEnterpriseDetection
### Community 4 - "Community 4"
Cohesion: 0.67
Nodes (1): Rehome the fusion security xml-ids to fusion_accounting_core BEFORE data-load.
### Community 5 - "Community 5"
Cohesion: 0.67
Nodes (1): Safety-net reassignment of security xml-ids to fusion_accounting_core. The actu
### Community 6 - "Community 6"
Cohesion: 1.0
Nodes (2): post_init_hook(), Initialize coexistence group membership based on current Enterprise install stat
### Community 7 - "Community 7"
Cohesion: 0.67
Nodes (2): AccountMove, Shared-field-ownership declarations for account.move. Per the roadmap (Section
### Community 8 - "Community 8"
Cohesion: 0.67
Nodes (2): AccountReconcileModel, Shared-field-ownership for account.reconcile.model. Mirrors the single field En
### Community 9 - "Community 9"
Cohesion: 0.67
Nodes (2): Coexistence group membership recomputation., ResUsers
### Community 10 - "Community 10"
Cohesion: 0.67
Nodes (2): AccountBankStatementLine, Shared-field-ownership for account.bank.statement.line. Enterprise's account_ac
### Community 11 - "Community 11"
Cohesion: 1.0
Nodes (0):
### 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): True if any Odoo Enterprise accounting module is installed in this DB.
### Community 15 - "Community 15"
Cohesion: 1.0
Nodes (1): True if a specific module is installed.
### Community 16 - "Community 16"
Cohesion: 1.0
Nodes (1): Maintain the two coexistence groups based on Enterprise presence. - ``g
## Knowledge Gaps
- **25 isolated node(s):** `Initialize coexistence group membership based on current Enterprise install stat`, `Rehome the fusion security xml-ids to fusion_accounting_core BEFORE data-load.`, `Safety-net reassignment of security xml-ids to fusion_accounting_core. The actu`, `Verify fusion_accounting_core declares the Enterprise extension fields on ac`, `Verify fusion_accounting_core declares the Enterprise extension fields on ac` (+20 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **Thin community `Community 11`** (1 nodes): `__init__.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): `True if any Odoo Enterprise accounting module is installed in this DB.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 15`** (1 nodes): `True if a specific module is installed.`
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
- **Thin community `Community 16`** (1 nodes): `Maintain the two coexistence groups based on Enterprise presence. - ``g`
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 `_fusion_is_enterprise_accounting_installed()` connect `Community 3` to `Community 1`?**
_High betweenness centrality (0.232) - this node is a cross-community bridge._
- **Why does `_fusion_recompute_coexistence_group()` connect `Community 1` to `Community 9`, `Community 3`, `Community 6`?**
_High betweenness centrality (0.200) - this node is a cross-community bridge._
- **Why does `TestSharedFieldOwnership` connect `Community 2` to `Community 0`?**
_High betweenness centrality (0.151) - this node is a cross-community bridge._
- **Are the 5 inferred relationships involving `_fusion_recompute_coexistence_group()` (e.g. with `post_init_hook()` and `.button_immediate_install()`) actually correct?**
_`_fusion_recompute_coexistence_group()` has 5 INFERRED edges - model-reasoned connections that need verification._
- **Are the 4 inferred relationships involving `_fusion_is_enterprise_accounting_installed()` (e.g. with `.test_membership_matches_enterprise_state()` and `.test_helper_returns_bool()`) actually correct?**
_`_fusion_is_enterprise_accounting_installed()` has 4 INFERRED edges - model-reasoned connections that need verification._
- **What connects `Initialize coexistence group membership based on current Enterprise install stat`, `Rehome the fusion security xml-ids to fusion_accounting_core BEFORE data-load.`, `Safety-net reassignment of security xml-ids to fusion_accounting_core. The actu` to the rest of the system?**
_25 weakly-connected nodes found - possible documentation gaps or missing edges._

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_test_shared_field_bank_statement_py", "label": "test_shared_field_bank_statement.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L1"}, {"id": "test_shared_field_bank_statement_testsharedfieldbankstatementline", "label": "TestSharedFieldBankStatementLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L5"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_shared_field_bank_statement_testsharedfieldbankstatementline_test_cron_last_check_field_exists", "label": ".test_cron_last_check_field_exists()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L9"}, {"id": "test_shared_field_bank_statement_rationale_6", "label": "Verify fusion_accounting_core declares the Enterprise extension fields on ac", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L6"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_test_shared_field_bank_statement_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_test_shared_field_bank_statement_py", "target": "test_shared_field_bank_statement_testsharedfieldbankstatementline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L5", "weight": 1.0}, {"source": "test_shared_field_bank_statement_testsharedfieldbankstatementline", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L5", "weight": 1.0}, {"source": "test_shared_field_bank_statement_testsharedfieldbankstatementline", "target": "test_shared_field_bank_statement_testsharedfieldbankstatementline_test_cron_last_check_field_exists", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L9", "weight": 1.0}, {"source": "test_shared_field_bank_statement_rationale_6", "target": "test_shared_field_bank_statement_testsharedfieldbankstatementline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L6", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_shared_field_bank_statement_testsharedfieldbankstatementline_test_cron_last_check_field_exists", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L11"}, {"caller_nid": "test_shared_field_bank_statement_testsharedfieldbankstatementline_test_cron_last_check_field_exists", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/test_shared_field_bank_statement.py", "source_location": "L14"}]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_reconcile_model_py", "label": "account_reconcile_model.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L1"}, {"id": "account_reconcile_model_accountreconcilemodel", "label": "AccountReconcileModel", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L10"}, {"id": "account_reconcile_model_rationale_1", "label": "Shared-field-ownership for account.reconcile.model. Mirrors the single field En", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_reconcile_model_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_reconcile_model_py", "target": "account_reconcile_model_accountreconcilemodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L10", "weight": 1.0}, {"source": "account_reconcile_model_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_reconcile_model_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_reconcile_model.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_post_migration_py", "label": "post-migration.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L1"}, {"id": "post_migration_migrate", "label": "migrate()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L31"}, {"id": "post_migration_rationale_1", "label": "Safety-net reassignment of security xml-ids to fusion_accounting_core. The actu", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_post_migration_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_post_migration_py", "target": "post_migration_migrate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L31", "weight": 1.0}, {"source": "post_migration_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_post_migration_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "post_migration_migrate", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L32"}, {"caller_nid": "post_migration_migrate", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L39"}, {"caller_nid": "post_migration_migrate", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/post-migration.py", "source_location": "L42"}]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/tests/__init__.py", "source_location": "L4", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/__init__.py", "source_location": "L5", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_bank_statement_line_py", "label": "account_bank_statement_line.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L1"}, {"id": "account_bank_statement_line_accountbankstatementline", "label": "AccountBankStatementLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L12"}, {"id": "account_bank_statement_line_rationale_1", "label": "Shared-field-ownership for account.bank.statement.line. Enterprise's account_ac", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_bank_statement_line_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_bank_statement_line_py", "target": "account_bank_statement_line_accountbankstatementline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L12", "weight": 1.0}, {"source": "account_bank_statement_line_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_bank_statement_line_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_bank_statement_line.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_move_py", "label": "account_move.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L1"}, {"id": "account_move_accountmove", "label": "AccountMove", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L19"}, {"id": "account_move_rationale_1", "label": "Shared-field-ownership declarations for account.move. Per the roadmap (Section", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_move_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_move_py", "target": "account_move_accountmove", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L19", "weight": 1.0}, {"source": "account_move_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_models_account_move_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/models/account_move.py", "source_location": "L1", "weight": 1.0}], "raw_calls": []}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_pre_migration_py", "label": "pre-migration.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L1"}, {"id": "pre_migration_migrate", "label": "migrate()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L45"}, {"id": "pre_migration_rationale_1", "label": "Rehome the fusion security xml-ids to fusion_accounting_core BEFORE data-load.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_pre_migration_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L31", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_pre_migration_py", "target": "pre_migration_migrate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L45", "weight": 1.0}, {"source": "pre_migration_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_migrations_19_0_1_0_0_pre_migration_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "pre_migration_migrate", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L46"}, {"caller_nid": "pre_migration_migrate", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L53"}, {"caller_nid": "pre_migration_migrate", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/migrations/19.0.1.0.0/pre-migration.py", "source_location": "L56"}]}

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_init_py", "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L1"}, {"id": "init_post_init_hook", "label": "post_init_hook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L4"}, {"id": "init_rationale_5", "label": "Initialize coexistence group membership based on current Enterprise install stat", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L5"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_core_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_core_init_py", "target": "init_post_init_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L4", "weight": 1.0}, {"source": "init_rationale_5", "target": "init_post_init_hook", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L5", "weight": 1.0}], "raw_calls": [{"caller_nid": "init_post_init_hook", "callee": "_fusion_recompute_coexistence_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__init__.py", "source_location": "L6"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_core_manifest_py", "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_core/__manifest__.py", "source_location": "L1"}], "edges": [], "raw_calls": []}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff