Skip to content

TA#83757 [14.0][ADD] delivery_custom_notification : custom delivery notifications to specific contacts#244

Merged
qtiplb merged 4 commits into
14.0from
14.0-delivery_custom_notification
Jun 15, 2026
Merged

TA#83757 [14.0][ADD] delivery_custom_notification : custom delivery notifications to specific contacts#244
qtiplb merged 4 commits into
14.0from
14.0-delivery_custom_notification

[14.0][REF] delivery_custom_notification : align with Numigi coding s…

c0b1eaa
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 15, 2026 in 0s

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

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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)