Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.1.0
Category
Inventory
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 07:47:34
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Jacques-Etienne Baudoux, Michael Tietz, Weblate, OCA-git-bot, oca-travis, nguyen hoang hiep, Joshua Lauer, Christopher Hansen
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
delivery_send_to_shipper_at_operation delivery.stock.picking_withcarrier.form.view.inherit stock.picking form Inherits delivery.view_picking_withcarrier_out_form
view_delivery_carrier_form delivery.carrier.form.inherit delivery.carrier form Inherits delivery.view_delivery_carrier_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • send_delivery_notice_on Selection
    default='ship' help=SEND_DELIVERY_NOTICE_ON_HELP selection=[('ship', 'Ship operation'), ('custom', 'Defined operations')] string='Send delivery notice on'
  • send_delivery_notice_picking_type_ids Many2many → stock.picking.type
    comodel_name='stock.picking.type' help='\n When an operation of the listed type will be mark as done, the\n notification will be sent to the carrier (instead of the default\n behavior, which is whenever a delivery method is set on an\n operation).\n ' string='Send delivery notice operation types'
Public methods (0)

No public methods.

New fields (1)
  • delivery_notification_sent Boolean
    copy=False default=False
Public methods (2)
  • fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
  • send_to_shipper(self)

Loading…