Drop Shipping

stock_dropshipping
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYSupply Chain/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Pedro M. Baeza, Arnold Moyaux, Julien Castiaux, Victor Feyens, William Henrotin, Tiffany Chang (tic), Gorash, David (dafr), Adrien Widart (awt), clesgow, Dylan Kiss (dyki), Martin Maes, Ethan Vincent, lase@odoo.com, Quentin Wolfs, kcv-odoo, nihp-odoo, dhha-odoo, David Van Droogenbroeck (DROD), pkgu-odoo, Mohammad Abdulmoneim (abdu), djameltouati, chha-odoo, MaximeNoirhomme, plha-odoo, Krzysztof Magusiak (krma), Guillaume V, agbr-odoo, Junqi, Lulu Grimalkin (lugr), Quentin Colla (qucol), Samiul Hoque
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
purchase_order_form_inherit_stock_dropshipping purchase.order.form.inherit.stock.dropshipping purchase.order xpath Inherits purchase.purchase_order_form
stock_picking_type_kanban stock.picking.type.kanban.inherit.dropshipping stock.picking.type xpath Inherits stock.stock_picking_type_kanban
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order button Inherits sale_stock.view_order_form_inherit_sale_stock
view_picking_internal_search_inherit_stock_dropshipping stock.picking.search stock.picking xpath Inherits stock.view_picking_internal_search
Models touched (11)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_incoming_picking_count' args: 'Dropship Count'
Public methods (2)
  • action_view_dropship(self)
  • action_view_picking(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_picking_ids' args: 'Dropship Count'
Public methods (2)
  • action_view_delivery(self)
  • action_view_dropship(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • is_dropship Boolean
    compute='_compute_is_dropship' args: 'Is a Dropship'
Public methods (0)

No public methods.

New fields (1)
  • code Selection
    ondelete={'dropship': <expr>} selection_add=[('dropship', 'Dropship')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Pedro M. Baeza, Odoo Online, Arnold Moyaux, William Henrotin, svs-odoo, Tiffany Chang (tic), Gorash, David (dafr), Louis Wicket (wil), Adrien Widart (awt), Gauthier Wala (gawa), clesgow, Pieter Claeys (clpi), Dylan Kiss (dyki), Martin Maes, Ahmed Khalaf, Ethan Vincent, lase@odoo.com, Benjamin Hanquin (beha), vava-odoo, Louis (wil), Stéphane Diez, kawkb, Jitendra Prajapat, pkgu-odoo, djameltouati, plha-odoo, Guillaume V, Maeva De Keyser (MDEK), Samiul Hoque
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
purchase_order_form_inherit_stock_dropshipping purchase.order.form.inherit.stock.dropshipping purchase.order xpath Inherits purchase.purchase_order_form
stock_picking_type_kanban stock.picking.type.kanban.inherit.dropshipping stock.picking.type xpath Inherits stock.stock_picking_type_kanban
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
view_picking_internal_search_inherit_stock_dropshipping stock.picking.search stock.picking xpath Inherits stock.view_picking_internal_search
Models touched (13)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_incoming_picking_count' args: 'Dropship Count'
Public methods (2)
  • action_view_dropship(self)
  • action_view_picking(self)

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_picking_ids' args: 'Dropship Count'
Public methods (2)
  • action_view_delivery(self)
  • action_view_dropship(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • is_dropship Boolean
    compute='_compute_is_dropship' args: 'Is a Dropship'
Public methods (0)

No public methods.

New fields (1)
  • code Selection
    ondelete={'dropship': <expr>} selection_add=[('dropship', 'Dropship')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Pedro M. Baeza, Odoo Online, Arnold Moyaux, Victor Feyens, William Henrotin, svs-odoo, Tiffany Chang (tic), Gorash, MerlinGuillaume, David (dafr), yhu-odoo, Demesmaeker, Aurelien van Delft (avd), Louis Wicket (wil), Adrien Widart (awt), clesgow, Pieter Claeys (clpi), Dylan Kiss (dyki), kir-odoo, Preksha Chouhan, Martin Maes, Ahmed Khalaf, Ethan Vincent, lase@odoo.com, Benjamin Hanquin (beha), Louis (wil), Mathias Mathy (MAMA), kawkb, plha-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_form_inherit_stock_dropshipping purchase.order.form.inherit.stock.dropshipping purchase.order xpath Inherits purchase.purchase_order_form
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
view_picking_internal_search_inherit_stock_dropshipping stock.picking.search stock.picking xpath Inherits stock.view_picking_internal_search
Models touched (12)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_incoming_picking_count' args: 'Dropship Count'
Public methods (2)
  • action_view_dropship(self)
  • action_view_picking(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_picking_ids' args: 'Dropship Count'
Public methods (2)
  • action_view_delivery(self)
  • action_view_dropship(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • is_dropship Boolean
    compute='_compute_is_dropship' args: 'Is a Dropship'
Public methods (0)

No public methods.

New fields (1)
  • code Selection
    ondelete={'dropship': <expr>} selection_add=[('dropship', 'Dropship')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Denis Ledoux, Yannick Tivisse, Nicolas Seinlet, Victor Feyens, William Henrotin, Rémy Voet (ryv), william-andre, Víctor Martínez, MerlinGuillaume, David (dafr), yhu-odoo, Adrien Widart (awt), clesgow, Ahmed Khalaf, lase@odoo.com, Benjamin Hanquin (beha), Martin Trigaux (mat)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form_inherit_stock_dropshipping purchase.order.form.inherit.stock.dropshipping purchase.order xpath Inherits purchase.purchase_order_form
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (10)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_incoming_picking_count' args: 'Dropship Count'
Public methods (2)
  • action_view_dropship(self)
  • action_view_picking(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_picking_ids' args: 'Dropship Count'
Public methods (2)
  • action_view_delivery(self)
  • action_view_dropship(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • is_dropship Boolean
    compute='_compute_is_dropship' args: 'Is a Dropship'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Nicolas Seinlet, Arnold Moyaux, wan, Xavier-Do, Rémy Baranx (bar), Rémy Voet (ryv), william-andre, MerlinGuillaume, David (dafr), yhu-odoo, Julian Roussieau
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form_inherit_stock_dropshipping purchase.order.form.inherit.stock.dropshipping purchase.order xpath Inherits purchase.purchase_order_form
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (8)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_incoming_picking_count' args: 'Dropship Count'
Public methods (2)
  • action_view_dropship(self)
  • action_view_picking(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • dropship_picking_count Integer
    compute='_compute_picking_ids' args: 'Dropship Count'
Public methods (2)
  • action_view_delivery(self)
  • action_view_dropship(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • is_dropship Boolean
    compute='_compute_is_dropship' args: 'Is a Dropship'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Simon Lejeune, Yannick Tivisse, Nicolas Seinlet, Laurent Smet, Arnold Moyaux, wan, Julien Castiaux, Xavier-Do, fw-bot, Debauche Stéphane, svs-odoo, Rémy Baranx (bar), Rémy Voet (ryv), Jigar Vaghela, David (dafr), yhu-odoo, william, Julian Roussieau
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase_stock
    - 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
    - purchase_stock
    - purchase
    - sale_purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYOperations/Inventory
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Denis Ledoux, Christophe Simonis, Goffin Simon, Simon Lejeune, qdp-odoo, Damien Bouvy, Yannick Tivisse, Nicolas Seinlet, Arnold Moyaux, Adrian Torres, Aurélien Warnon, Xavier-Do, William Henrotin, fw-bot, Rémy Baranx (bar), Pratima Gupta, Guillaume (guva), Arnaud Baes, mcm-odoo, Julian Roussieau
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase
    - 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
    - purchase
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - purchase_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create_missing_dropship_picking_type(self)
    @api.model
  • create_missing_dropship_rule(self)
    @api.model
  • create_missing_dropship_sequence(self)
    @api.model

New fields (1)
  • purchase_line_ids One2many → purchase.order.line
    args: 'purchase.order.line', 'sale_line_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Denis Ledoux, Christophe Simonis, Xavier Morel, Goffin Simon, Simon Lejeune, Nicolas Martinelli, Yannick Tivisse, Pierre Masereel, jem-odoo, Nans Lefebvre, Adrian Torres, XavierDo, Xavier-Do, William Henrotin, fw-bot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_purchase
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - purchase
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - purchase_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • purchase_line_ids One2many → purchase.order.line
    args: 'purchase.order.line', 'sale_line_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Goffin Simon, Simon Lejeune, Nicolas Martinelli, Lucas Perais (lpe), Odoo Online, Nans Lefebvre, amoyaux, Arnold Moyaux
WEBSITE
WEBSITEhttps://www.odoo.com/page/warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - account
    - analytic
    - portal
    - http_routing
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - account_invoicing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping operation type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form_inherit_sale_stock sale.order.form.sale.dropshipping sale.order xpath Inherits sale.view_order_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • sale_line_id Many2one → sale.order.line
    args: 'sale.order.line'
Public methods (0)

No public methods.

New fields (1)
  • purchase_line_ids One2many → purchase.order.line
    args: 'purchase.order.line', 'sale_line_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Julien Legros, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - sale_stock
    - sale
    - sales_team
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping picking type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Josse Colpaert, Christophe Simonis, Nicolas Martinelli, qdp-odoo, Jeremy Kersten, Yannick Tivisse, Cédric Snauwaert, De Paoli Quentin
WEBSITE
WEBSITEhttps://www.odoo.com/page/warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
    - sale_stock
    - sale
    - sales_team
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping picking type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from vendors to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/stock_dropshipping
VERSION
VERSION 1.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Josse Colpaert, Quentin (OpenERP), Denis Ledoux, Goffin Simon, Cedric Snauwaert, Nicolas Martinelli, Aaron Bohy, Pooja Zankhariya (OpenERP)
WEBSITE
WEBSITEhttps://www.odoo.com/page/warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - sale_stock
    - sale
    - sales_team
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Manage drop shipping orders
===========================

This module adds a pre-configured Drop Shipping picking type
as well as a procurement route that allow configuring Drop
Shipping products and orders.

When drop shipping is used the goods are directly transferred
from suppliers to customers (direct delivery) without
going through the retailer's warehouse. In this case no
internal transfer document is needed.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • update_origin_po(self, po, proc)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • wkf_confirm_order(self)
    @api.multi
    Raise a warning to forbid to have both purchase and sale invoices policies at delivery in dropshipping. As it is not implemented. This check can be disabled setting 'no_invoice_policy_check' in context

New fields (0)

No new fields.

Public methods (0)

No public methods.