Skip to content

remove controllers

d4d76e0
Select commit
Loading
Failed to load commit list.
Open

adding technical test module to numigi base odoo modules #253

remove controllers
d4d76e0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 14, 2025 in 0s

14 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 14
           

Complexity increasing per file
==============================
- numigi_test_crm_louarmassi/models/crm_lead.py  4
- numigi_test_crm_louarmassi/models/crm_team.py  6
- numigi_test_crm_louarmassi/tests/test_crm_team.py  6
- numigi_test_crm_louarmassi/__init__.py  1
         

See the complete overview on Codacy

Annotations

Check warning on line 4 in numigi_test_crm_louarmassi/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/__init__.py#L4

'.models' imported but unused (F401)

Check warning on line 6 in numigi_test_crm_louarmassi/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/__init__.py#L6

'odoo.fields' imported but unused (F401)

Check notice on line 4 in numigi_test_crm_louarmassi/__manifest__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/__manifest__.py#L4

Statement seems to have no effect

Check warning on line 4 in numigi_test_crm_louarmassi/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/__init__.py#L4

'.crm_team' imported but unused (F401)

Check warning on line 5 in numigi_test_crm_louarmassi/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/__init__.py#L5

'.crm_lead' imported but unused (F401)

Check warning on line 4 in numigi_test_crm_louarmassi/models/crm_lead.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/crm_lead.py#L4

'odoo._' imported but unused (F401)

Check warning on line 4 in numigi_test_crm_louarmassi/models/crm_lead.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/crm_lead.py#L4

Unused _ imported from odoo

Check warning on line 4 in numigi_test_crm_louarmassi/models/crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/crm_team.py#L4

'odoo._' imported but unused (F401)

Check warning on line 4 in numigi_test_crm_louarmassi/models/crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/models/crm_team.py#L4

Unused _ imported from odoo

Check warning on line 4 in numigi_test_crm_louarmassi/tests/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/tests/__init__.py#L4

'.test_crm_team' imported but unused (F401)

Check warning on line 4 in numigi_test_crm_louarmassi/tests/test_crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/tests/test_crm_team.py#L4

'datetime.date' imported but unused (F401)

Check warning on line 4 in numigi_test_crm_louarmassi/tests/test_crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/tests/test_crm_team.py#L4

Unused date imported from datetime

Check warning on line 6 in numigi_test_crm_louarmassi/tests/test_crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/tests/test_crm_team.py#L6

'odoo.tests.common.tagged' imported but unused (F401)

Check warning on line 6 in numigi_test_crm_louarmassi/tests/test_crm_team.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

numigi_test_crm_louarmassi/tests/test_crm_team.py#L6

Unused tagged imported from odoo.tests.common