Sale Stock Delivery Address

sale_stock_delivery_address
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/19.0/sale_stock_delivery_address
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_stock_reference_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to specify a different delivery address per sales
order line, splitting deliveries if needed. Also, you can specify
different stock locations associated to those addresses, then the sales
order procurements will be run from this location.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (2)

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • run(self, procurements, raise_user_error=True)
    @api.model
    Update procurements values and location. For procurements linked to a sale order line with a Delivery Address, set: - the procurement values ``partner_id`` to the Delivery Address - the procurement ``location_id`` to the Delivery Address's Customer Location
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_stock_delivery_address
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ricard Calvo
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to specify a different delivery address per sales
order line, splitting deliveries if needed. Also, you can specify
different stock locations associated to those addresses, then the sales
order procurements will be run from this location.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run(self, procurements, raise_user_error=True)
    @api.model

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_stock_delivery_address
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, OCA-git-bot, oca-ci, RicardCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run(self, procurements, raise_user_error=True)
    @api.model

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_stock_delivery_address
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSPedro M. Baeza, Miquel Raïch, oca-travis, Weblate, OCA-git-bot, oca-ci, Bernat Puig Font
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run(self, procurements, raise_user_error=True)
    @api.model

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_stock_delivery_address
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSPedro M. Baeza, Lois Rilo, OCA Transbot, oca-travis, OCA-git-bot, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • run(self, procurements)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_stock_delivery_address
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • run(self, product_id, product_qty, product_uom, location_id, name, origin, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/11.0/sale_stock_delivery_address
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSDenis Roussel, Lois Rilo, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_procurement_group_by_line
odoo/odoo:
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order.form - sale_stock_delivery_address sale.order xpath Inherits sale.view_order_form
view_order_line_tree_inherit_sale_stock sale.order.line - sale_stock_delivery_address sale.order.line field Inherits sale_stock.view_order_line_tree_inherit_sale_stock
view_partner_form res.partner.form res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • run(self, product_id, product_qty, product_uom, location_id, name, origin, values)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dest_address_id Many2one → res.partner
    comodel_name='res.partner' help='If set this address will be the delivery address instead of the one specified in the Sales Order header.' string='Destination Address'
Public methods (0)

No public methods.