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#72131 [16.0][MIG] mail_activity_not_deleted #25

Merged
merged 5 commits into from
Feb 12, 2025

Unit test

a490c7e
Select commit
Loading
Failed to load commit list.
Merged

TA#72131 [16.0][MIG] mail_activity_not_deleted #25

Unit test
a490c7e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 11, 2025 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
==============================
- mail_activity_not_deleted/models/mail_activity_mixin.py  4
- mail_activity_not_deleted/models/mail_activity.py  3
- mail_activity_not_deleted/tests/test_mail_activity.py  2
         

See the complete overview on Codacy

Annotations

Check notice on line 4 in mail_activity_not_deleted/__init__.py

See this annotation in the file changed.

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

mail_activity_not_deleted/__init__.py#L4

'.models' imported but unused (F401)

Check warning on line 4 in mail_activity_not_deleted/__manifest__.py

See this annotation in the file changed.

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

mail_activity_not_deleted/__manifest__.py#L4

Statement seems to have no effect

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

See this annotation in the file changed.

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

mail_activity_not_deleted/models/__init__.py#L4

'.mail_activity' imported but unused (F401)

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

See this annotation in the file changed.

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

mail_activity_not_deleted/models/__init__.py#L5

'.mail_activity_mixin' imported but unused (F401)