Delivery Send To Shipper at Operation

delivery_send_to_shipper_at_operation
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/14.0/delivery_send_to_shipper_at_operation
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, oca-travis, Weblate, OCA-git-bot, Michael Tietz, nguyen hoang hiep, Christopher Hansen
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/delivery-carrier:
    - stock_picking_delivery_link
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
delivery_send_to_shipper_at_operation delivery.stock.picking_withcarrier.form.view.inherit stock.picking group Inherits delivery.view_picking_withcarrier_out_form
view_delivery_carrier_form delivery.carrier.form.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_form
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)
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/13.0/delivery_send_to_shipper_at_operation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSSébastien Alix, João Marques, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/delivery-carrier:
    - stock_picking_delivery_link
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
delivery_send_to_shipper_at_operation delivery.stock.picking_withcarrier.form.view.inherit stock.picking group Inherits delivery.view_picking_withcarrier_out_form
view_delivery_carrier_form delivery.carrier.form.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_form
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
    default=False
Public methods (2)
  • fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)
  • send_to_shipper(self)