Delivery State Manual

delivery_state_manual
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/16.0/delivery_state_manual
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYDelivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, sygel
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/delivery-carrier:
    - delivery_state
odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of delivery_state to allow you to manually edit the delivery state of pickings with specific delivery carriers

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_delivery_carrier_form delivery.carrier xpath Inherits delivery.view_delivery_carrier_form
view_picking_internal_search stock.picking field Inherits stock.view_picking_internal_search
view_picking_withcarrier_out_form stock.picking field Inherits delivery_state.view_picking_withcarrier_out_form
vpicktree_view_tree stock.picking field Inherits delivery.vpicktree_view_tree
Models touched (2)

New fields (1)
  • delivery_state_manual Boolean
    help="Setting this field will allow users to manually edit the delivery state field of its pickings. It will also hide the picking's tracking state fields" string='Manual Delivery State'
Public methods (1)
  • send_shipping(self, pickings)

New fields (2)
  • delivery_state Selection
    help='This field is set automatically unless the delivery carrier is marked as manual. If manually edited, the carrier dates will be updated' readonly=False
  • delivery_state_manual Boolean
    related='carrier_id.delivery_state_manual'
Public methods (0)

No public methods.