TIP: You can type at any time to perform a new search.
Delivery State Manual
delivery_state_manual · OCA/delivery-carrier
- Repository
- OCA/delivery-carrier · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Delivery
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/delivery-carrier
- Last tracking update
- 2026-08-18 11:20:12
- Authors
- Odoo Community Association (OCA), Sygel
- Maintainers
- Odoo Community Association (OCA), Sygel
- Committers
- sygel, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | form | Inherits delivery.view_delivery_carrier_form | |
view_picking_internal_search |
stock.picking | search | Inherits stock.view_picking_internal_search | |
view_picking_withcarrier_out_form |
stock.picking | form | Inherits delivery_state.view_picking_withcarrier_out_form | |
vpicktree_view_tree |
stock.picking | tree | Inherits stock_delivery.vpicktree_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
delivery_state_manualBooleanhelp="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)
New fields (2)
-
delivery_stateSelectionhelp='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_manualBooleanrelated='carrier_id.delivery_state_manual'
No public methods.
Loading…