Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA#66767 [MIG][16.0] web_search_date_range #130

Merged
merged 6 commits into from
Sep 23, 2024

TA#66767 [IMP] web_search_date_range : module overall quality

fb6fc55
Select commit
Loading
Failed to load commit list.
Merged

TA#66767 [MIG][16.0] web_search_date_range #130

TA#66767 [IMP] web_search_date_range : module overall quality
fb6fc55
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 23, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

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

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- web_search_date_range/models/web_search_date_range.py  2
- web_search_date_range/static/src/js/search_filter.js  2
- web_search_date_range/tests/test_res_partner.py  2
- web_search_date_range/static/src/js/search_model.js  4
- web_search_date_range/models/base.py  3
- web_search_date_range/tests/test_search_date_range.py  2
- web_search_date_range/models/search_date_range_filter.py  2
         

See the complete overview on Codacy

Annotations

Check warning on line 4 in web_search_date_range/__manifest__.py

See this annotation in the file changed.

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

web_search_date_range/__manifest__.py#L4

Statement seems to have no effect

Check notice on line 4 in web_search_date_range/models/__init__.py

See this annotation in the file changed.

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

web_search_date_range/models/__init__.py#L4

'.base' imported but unused (F401)

Check notice on line 5 in web_search_date_range/models/__init__.py

See this annotation in the file changed.

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

web_search_date_range/models/__init__.py#L5

'.search_date_range_filter' imported but unused (F401)

Check notice on line 6 in web_search_date_range/models/__init__.py

See this annotation in the file changed.

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

web_search_date_range/models/__init__.py#L6

'.web_search_date_range' imported but unused (F401)