| 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/18.0/delivery_dropoff_site |
| 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), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_geolocalize - base_setup - base - web - delivery - sale - sales_team - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - sale_stock - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extend Odoo functionnalities, regarding delivery features to add a new concept of drop-off Sites. Main international carriers provide transportation services to specific areas managed by them or by subcontractors. Then, recipients come pick up their packages in these sites. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | xpath | Inherits delivery.view_delivery_carrier_form | |
view_partner_dropoff_site_form |
dropoff.site | form | New | |
view_partner_dropoff_site_search |
dropoff.site | search | New | |
view_partner_dropoff_site_tree |
dropoff.site | list | New | |
view_sale_order_form |
sale.order | field | Inherits sale.view_order_form | |
view_stock_picking_form |
stock.picking | field | Inherits stock.view_picking_form | |
view_stock_picking_search |
stock.picking | field | Inherits stock.view_picking_internal_search | |
view_stock_picking_tree |
stock.picking | field | Inherits stock.vpicktree |
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='carrier_id'
string='Drop-off Sites'
with_dropoff_site
Boolean
string='With Drop-off Sites'
No public methods.
attendance_ids
One2many → resource.calendar.attendance
related='calendar_id.attendance_ids'
string='Working Time'
args: 'resource.calendar.attendance'
calendar_id
Many2one → resource.calendar
comodel_name='resource.calendar'
copy=False
string='Calendar'
carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
domain="[('with_dropoff_site', '=', True)]"
required=True
string='Delivery Carrier'
code
Char
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
action_disable_calendar(self)
action_enable_calendar(self)
create(self, vals_list)
geo_localize(self)
unlink(self)
dropoff_site_carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
compute='_compute_multi_dropoff_site'
store=True
string='Carrier of the Drop-off Site'
dropoff_site_id
Many2one → dropoff.site
comodel_name='dropoff.site'
compute='_compute_multi_dropoff_site'
store=True
string='Drop-off Site'
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='partner_id'
is_dropoff_site
Boolean
compute='_compute_multi_dropoff_site'
store=True
string='Is Drop-off Site'
No public methods.
dropoff_site_required
Boolean
related='carrier_id.with_dropoff_site'
store=True
string='Drop-off Site Required'
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
readonly=True
string='Final Recipient'
partner_shipping_id_domain
Binary
compute='_compute_partner_shipping_id_domain'
readonly=True
store=False
onchange_carrier_id(self)
onchange_partner_shipping_id_final(self)
No new fields.
Public methods (0)No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
No new fields.
Public methods (0)No public methods.
| 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_dropoff_site |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Thomas Binsfeld, Weblate, OCA-git-bot, oca-ci, r.perez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:52 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_geolocalize - base_setup - base - web - delivery - sale_stock - sale - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | xpath | Inherits delivery.view_delivery_carrier_form | |
view_partner_dropoff_site_form |
dropoff.site | form | New | |
view_partner_dropoff_site_search |
dropoff.site | search | New | |
view_partner_dropoff_site_tree |
dropoff.site | tree | New | |
view_sale_order_form |
sale.order | field | Inherits sale.view_order_form | |
view_stock_picking_form |
stock.picking | field | Inherits stock.view_picking_form | |
view_stock_picking_search |
stock.picking | field | Inherits stock.view_picking_internal_search | |
view_stock_picking_tree |
stock.picking | field | Inherits stock.vpicktree |
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='carrier_id'
string='Drop-off Sites'
with_dropoff_site
Boolean
string='With Drop-off Sites'
No public methods.
attendance_ids
One2many → resource.calendar.attendance
related='calendar_id.attendance_ids'
string='Working Time'
args: 'resource.calendar.attendance'
calendar_id
Many2one → resource.calendar
comodel_name='resource.calendar'
copy=False
string='Calendar'
carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
domain="[('with_dropoff_site', '=', True)]"
required=True
string='Delivery Carrier'
code
Char
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
action_disable_calendar(self)
action_enable_calendar(self)
create(self, vals_list)
geo_localize(self)
unlink(self)
dropoff_site_carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
compute='_compute_multi_dropoff_site'
store=True
string='Carrier of the Drop-off Site'
dropoff_site_id
Many2one → dropoff.site
comodel_name='dropoff.site'
compute='_compute_multi_dropoff_site'
store=True
string='Drop-off Site'
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='partner_id'
is_dropoff_site
Boolean
compute='_compute_multi_dropoff_site'
store=True
string='Is Drop-off Site'
No public methods.
dropoff_site_required
Boolean
related='carrier_id.with_dropoff_site'
store=True
string='Drop-off Site Required'
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Final Recipient'
partner_shipping_id_domain
Binary
compute='_compute_partner_shipping_id_domain'
readonly=True
store=False
onchange_carrier_id(self)
onchange_partner_shipping_id_final(self)
No new fields.
Public methods (0)No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
No new fields.
Public methods (0)No public methods.
| 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/10.0/delivery_dropoff_site |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, oca-travis, OCA-git-bot, OCA Git Bot, gael.torrecillas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - delivery - sale_stock - sale - sales_team - base - base_setup - web_kanban - web - bus - web_tour - account - product - decimal_precision - report - analytic - web_planner - procurement - stock_account - stock - barcodes - base_geolocalize - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | field | Inherits delivery.view_delivery_carrier_form | |
view_partner_dropoff_site_form |
dropoff.site | form | New | |
view_partner_dropoff_site_search |
dropoff.site | search | New | |
view_partner_dropoff_site_tree |
dropoff.site | tree | New | |
view_sale_order_form |
sale.order | field | Inherits sale.view_order_form | |
view_stock_picking_form |
stock.picking | field | Inherits stock.view_picking_form | |
view_stock_picking_search |
stock.picking | field | Inherits stock.view_picking_internal_search | |
view_stock_picking_tree |
stock.picking | field | Inherits stock.vpicktree |
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='carrier_id'
string='Drop-off Sites'
with_dropoff_site
Boolean
string='With Drop-off Sites'
No public methods.
attendance_ids
One2many → resource.calendar.attendance
related='calendar_id.attendance_ids'
string='Working Time'
args: 'resource.calendar.attendance'
calendar_id
Many2one → resource.calendar
comodel_name='resource.calendar'
copy=False
string='Calendar'
carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
domain="[('with_dropoff_site', '=', True)]"
required=True
string='Delivery Method'
code
Char
string='Code'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
action_disable_calendar(self)
action_enable_calendar(self)
create(self, vals)
geo_localize(self)
unlink(self)
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
dropoff_site_carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
compute='_compute_multi_dropoff_site'
store=True
string='Carrier of the Drop-off Site'
dropoff_site_id
Many2one → dropoff.site
comodel_name='dropoff.site'
compute='_compute_multi_dropoff_site'
store=True
string='Drop-off Site'
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='partner_id'
is_dropoff_site
Boolean
compute='_compute_multi_dropoff_site'
store=True
string='Is Drop-off Site'
name_search(self, name='', args=None, operator='ilike', limit=80)
dropoff_site_required
Boolean
related='carrier_id.with_dropoff_site'
store=True
string='Drop-off Site Required'
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Final Recipient'
onchange_carrier_id(self)
onchange_partner_shipping_id(self)
No new fields.
Public methods (0)No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
| 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/9.0/delivery_dropoff_site |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - delivery - sale_stock - sale - sales_team - base - base_setup - web_kanban - web - bus - account - product - decimal_precision - report - analytic - web_tip - web_planner - procurement - stock_account - stock - barcodes - base_geolocalize - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | field | Inherits delivery.view_delivery_carrier_form | |
view_partner_dropoff_site_form |
dropoff.site | form | New | |
view_partner_dropoff_site_search |
dropoff.site | search | New | |
view_partner_dropoff_site_tree |
dropoff.site | tree | New | |
view_sale_order_form |
sale.order | field | Inherits sale.view_order_form | |
view_stock_picking_form |
stock.picking | field | Inherits stock.view_picking_form | |
view_stock_picking_search |
stock.picking | field | Inherits stock.view_picking_internal_search | |
view_stock_picking_tree |
stock.picking | field | Inherits stock.vpicktree |
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='carrier_id'
string='Drop-off Sites'
with_dropoff_site
Boolean
string='With Drop-off Sites'
No public methods.
attendance_ids
One2many → resource.calendar.attendance
related='calendar_id.attendance_ids'
string='Working Time'
args: 'resource.calendar.attendance'
calendar_id
Many2one → resource.calendar
comodel_name='resource.calendar'
copy=False
string='Calendar'
carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
domain="[('with_dropoff_site', '=', True)]"
required=True
string='Delivery Method'
code
Char
string='Code'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
action_disable_calendar(self)
action_enable_calendar(self)
create(self, vals)
geo_localize(self)
unlink(self)
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
dropoff_site_carrier_id
Many2one → delivery.carrier
comodel_name='delivery.carrier'
compute='_compute_multi_dropoff_site'
store=True
string='Carrier of the Drop-off Site'
dropoff_site_id
Many2one → dropoff.site
comodel_name='dropoff.site'
compute='_compute_multi_dropoff_site'
store=True
string='Drop-off Site'
dropoff_site_ids
One2many → dropoff.site
comodel_name='dropoff.site'
inverse_name='partner_id'
is_dropoff_site
Boolean
compute='_compute_multi_dropoff_site'
store=True
string='Is Drop-off Site'
name_search(self, name='', args=None, operator='ilike', limit=80)
dropoff_site_required
Boolean
related='carrier_id.with_dropoff_site'
store=True
string='Drop-off Site Required'
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Final Recipient'
onchange_carrier_id(self)
onchange_partner_shipping_id(self)
No new fields.
Public methods (0)No public methods.
final_shipping_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='It is the partner that will pick up the parcel in the dropoff site.'
string='Final Recipient'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/delivery-carrier |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] delivery_dropoff_site: Migration to 17.0 (#951) |