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 IDNameModelTypeStatus
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_ids Many2many → delivery.carrier
    help='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_type Selection
    required=True selection=<expr>
  • external_reference Char
    help='Reference or code supplied by the carrier'
  • name Char
    required=True
  • partner_id Many2one → res.partner
    string='Address' args: 'res.partner'
  • sequence Integer
  • warehouse_ids Many2many → stock.warehouse
    string='Warehouses' args: 'stock.warehouse'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…