| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/delivery-carrier |
| GIT | |
| GIT | https://github.com/OCA/delivery-carrier.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/delivery-carrier/tree/16.0/delivery_state_manual |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, sygel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/delivery-carrier: - delivery_state odoo/odoo: - delivery - sale_stock - sale - sales_team - base - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
send_shipping(self, pickings)
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'
No public methods.