TA#83757 [14.0][ADD] delivery_custom_notification : custom delivery notifications to specific contacts#244
11 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 11
Complexity increasing per file
==============================
- delivery_custom_notification/models/stock_picking.py 8
See the complete overview on Codacy
Annotations
Check notice on line 1 in delivery_custom_notification/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/__init__.py#L1
Missing docstring in public package (D104)
Check warning on line 4 in delivery_custom_notification/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/__init__.py#L4
'.models' imported but unused (F401)
Check notice on line 4 in delivery_custom_notification/__manifest__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/__manifest__.py#L4
Statement seems to have no effect
Check notice on line 1 in delivery_custom_notification/models/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/__init__.py#L1
Missing docstring in public package (D104)
Check warning on line 4 in delivery_custom_notification/models/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/__init__.py#L4
'.res_partner' imported but unused (F401)
Check warning on line 5 in delivery_custom_notification/models/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/__init__.py#L5
'.delivery_carrier' imported but unused (F401)
Check warning on line 6 in delivery_custom_notification/models/__init__.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/__init__.py#L6
'.stock_picking' imported but unused (F401)
Check notice on line 8 in delivery_custom_notification/models/delivery_carrier.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/delivery_carrier.py#L8
1 blank line required before class docstring (found 0) (D203)
Check notice on line 8 in delivery_custom_notification/models/res_partner.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/res_partner.py#L8
1 blank line required before class docstring (found 0) (D203)
Check notice on line 8 in delivery_custom_notification/models/stock_picking.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/stock_picking.py#L8
1 blank line required before class docstring (found 0) (D203)
Check notice on line 13 in delivery_custom_notification/models/stock_picking.py
codacy-production / Codacy Static Code Analysis
delivery_custom_notification/models/stock_picking.py#L13
Multi-line docstring summary should start at the first line (D212)