TIP: You can type at any time to perform a new search.
Delivery Carrier Agency
delivery_carrier_agency · OCA/delivery-carrier
- Repository
- OCA/delivery-carrier · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Delivery
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/delivery-carrier
- Last tracking update
- 2026-08-07 09:06:24
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Add carrier agency concept A delivery carrier may have one or mutliple agencies. The module does not add any logic around these agencies, it will be done in dedicated carrier modules if necessary. For instance, when generating label, sometimes, some information may depend on the agency that will receive the package, which may depend on the warehouse
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
carrier_agency_view_tree |
delivery.carrier.agency | list | New | |
view_delivery_carrier_agency_form |
delivery_base.delivery.carrier.agency.form | delivery.carrier.agency | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (7)
-
carrier_idsMany2many → delivery.carrierhelp='This field may be used to link an account to specific delivery methods It may be usefull to find an account with more precision than with only the delivery type'string='Carriers' args: 'delivery.carrier', 'delivery_carrier_agency_rel', 'agency_id', 'carrier_id' -
delivery_typeSelectionrequired=Trueselection=<expr> -
external_referenceCharhelp='Reference or code supplied by the carrier' -
nameCharrequired=True -
partner_idMany2one → res.partnerstring='Address' args: 'res.partner' -
sequenceInteger -
warehouse_idsMany2many → stock.warehousestring='Warehouses' args: 'stock.warehouse'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…