eCommerce Delivery

website_sale_delivery
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Romeo Fragomeli, Victor Feyens, Adrien Widart, Ivan Yelizariev, Tiffany Chang (tic), William Braeckman, Tomas Alvarez, roen-odoo, mafo-odoo, anhe-odoo, Antoine Vandevenne (anv), Valentin Chevalier, Thomas Lefebvre (thle), mehjabinfarsana, Walid, nda, Julien (jula), Pieter Claeys (clpi), Levi Siuzdak (sile), Horacio Tellez, Valeriya(vchu), Mahdi Cheikh Rouhou (macr), Armin, Martin Trigaux (mat), William Braeckman (wbr), miguel.cepeda, ticodoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - account_payment
    - account
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a selection of delivery methods to your eCommerce store.
Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.
    

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
payment_delivery_methods payment_delivery_methods ir.ui.view qweb New
payment_delivery_shipping_method Delivery Shipping method ir.ui.view qweb Inherits website_sale.address_on_payment
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (4)

New fields (1)
  • website_description Text
    readonly=False related='product_id.description_sale' string='Description for Online Quotations'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (1)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' help='The amount without tax.' store=True string='Delivery Amount' tracking=True
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Mohammed Shekha, Nicolas Martinelli, Jeremy Kersten, GitHub, Romain Derie, Xavier-Do, Victor Feyens, Nasreddin (bon), Julien Mougenot, Adrien Widart, Ivan Yelizariev, nie, Tiffany Chang (tic), Tomas Alvarez, roen-odoo, Nicolas (vin), mafo-odoo, anhe-odoo, Antoine Vandevenne (anv), Thomas Lefebvre (thle), mehjabinfarsana, Walid, nda, Julien (jula), xO-Tx, Mahdi Cheikh Rouhou (macr)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - sale_management
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a selection of delivery methods to your eCommerce store.
Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.
    

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
payment_delivery_methods payment_delivery_methods ir.ui.view qweb New
payment_delivery_shipping_method Delivery Shipping method ir.ui.view qweb Inherits website_sale.address_on_payment
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (1)
  • website_description Text
    readonly=False related='product_id.description_sale' string='Description for Online Quotations'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (1)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' help='The amount without tax.' store=True string='Delivery Amount' tracking=True
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Yannick Tivisse, Xavier-Do, jvm-odoo, Victor Feyens, Nasreddin (bon), Florent de Labarre, Adrien Widart, nie, Kevin Baptiste, Walid HANNICHE (waha)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - utm
    - website_payment
    - website_mail
    - website_form
    - google_recaptcha
    - portal_rating
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - sale_management
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a selection of delivery methods to your eCommerce store.
Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.
    

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
assets_tests Website Sale Delivery Assets Tests ir.ui.view qweb Inherits web.assets_tests
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
payment_delivery_methods payment_delivery_methods ir.ui.view qweb New
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (1)
  • website_description Text
    readonly=False related='product_id.description_sale' string='Description for Online Quotations'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (1)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' help='The amount without tax.' store=True string='Delivery Amount' tracking=True
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Jeremy Kersten, Damien Bouvy, Barad Mahendra, Yannick Tivisse, qsm-odoo, Odoo Online, Pierre Masereel, Romain Derie, Jorge Pinna Puissant, Toufik Ben Jaa, Adrian Torres, Xavier-Do, jvm-odoo, Victor Feyens, William Henrotin, Nasreddin (bon), Adrien Widart, nie
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - digest
    - resource
    - utm
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - sale_management
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a selection of delivery methods to your eCommerce store.
Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.
    

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
assets_tests Website Sale Delivery Assets Tests ir.ui.view qweb Inherits web.assets_tests
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
payment_delivery_methods payment_delivery_methods ir.ui.view qweb New
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (1)
  • website_description Text
    readonly=False related='product_id.description_sale' string='Description for Online Quotations'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (1)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' help='The amount without tax.' store=True string='Delivery Amount' tracking=True
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Thibault Delavallée, Christophe Simonis, Simon Lejeune, Nicolas Martinelli, Jeremy Kersten, qsm-odoo, Romain Derie, Adrian Torres, Xavier-Do, jvm-odoo, jerome hanke (jhk), Sébastien Theys, Nasreddin (bon), Saugat Pachhai
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - digest
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - sale_management
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a selection of delivery methods to your eCommerce store.
Configure your own methods with a pricing grid or integrate with carriers for a fully automated shipping process.
    

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
payment_delivery_methods payment_delivery_methods ir.ui.view qweb New
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
sale_order_portal_content_inherit_sale_stock_inherit_website_sale_delivery Shipping tracking on orders followup ir.ui.view qweb Inherits sale_stock.sale_order_portal_content_inherit_sale_stock
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier field Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (1)
  • website_description Text
    readonly=False related='product_id.description_sale' string='Description for Online Quotations'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (2)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' digits=0 help='The amount without tax.' store=True string='Delivery Amount' track_visibility='always'
  • has_delivery Boolean
    compute='_compute_has_delivery' help='Has an order line set for delivery' store=True string='Has delivery'
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Richard Mathot, Jeremy Kersten, GitHub, Lucas Perais (lpe), Yannick Tivisse, Odoo Online, Romain Derie, Jorge Pinna Puissant
WEBSITE
WEBSITEhttps://www.odoo.com/page/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - web_planner
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - sale_payment
    - payment
    - account
    - product
    - decimal_precision
    - analytic
    - sale
    - sales_team
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
    - delivery
    - sale_stock
    - sale_management
    - account_invoicing
    - stock_account
    - stock
    - barcodes
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Delivery Costs
==============

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
portal_order_page_shipping_tracking Shipping tracking on orders followup ir.ui.view qweb Inherits website_sale_stock.portal_order_page_shipping
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale.delivery res.config.settings div Inherits website_sale.res_config_settings_view_form
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier xpath Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (2)
  • website_description Text
    related='product_id.description_sale' string='Description for Online Quotations'
  • website_published Boolean
    default=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (2)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' digits=0 help='The amount without tax.' store=True string='Delivery Amount' track_visibility='always'
  • has_delivery Boolean
    compute='_compute_has_delivery' help='Has an order line set for delivery' store=True string='Has delivery'
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/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Nicolas Martinelli, Jérome Maes, Julien Legros, Richard Mathot, qdp-odoo, Jeremy Kersten, Lucas Perais (lpe), Martin Geubelle, Romain Derie, Denis Vermylen (dve)
WEBSITE
WEBSITEhttps://www.odoo.com/page/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - web_planner
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - procurement
    - payment
    - website_payment
    - website_portal
    - website_portal_sale
    - portal_sale
    - portal
    - auth_signup
    - website_mail
    - website_form
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - website_sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Delivery Costs
==============

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
shipping_tracking Shipping tracking on orders followup ir.ui.view qweb Inherits website_sale_stock.orders_followup_shipping
view_delivery_carrier_form_website_delivery delivery.carrier.website.form delivery.carrier div Inherits delivery.view_delivery_carrier_form
view_delivery_carrier_search_inherit_website_sale_delivery delivery.carrier.search.inherit delivery.carrier filter Inherits delivery.view_delivery_carrier_search
view_delivery_carrier_tree_inherit_website_sale_delivery delivery.carrier.tree.inherit delivery.carrier field Inherits delivery.view_delivery_carrier_tree
Models touched (3)

New fields (2)
  • website_description Text
    related='product_id.description_sale' string='Description for Online Quotations'
  • website_published Boolean
    default=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_website_sale_countries(self, mode='billing')
  • get_website_sale_states(self, mode='billing')

New fields (3)
  • amount_delivery Monetary
    compute='_compute_amount_delivery' digits=0 help='The amount without tax.' store=True string='Delivery Amount' track_visibility='always'
  • has_delivery Boolean
    compute='_compute_has_delivery' help='Has an order line set for delivery' store=True string='Has delivery'
  • website_order_line One2many → sale.order.line
    domain=[('is_delivery', '=', False)] help='Order Lines to be displayed on the website. They should not be used for computation purpose.' readonly=True string='Order Lines displayed on Website' args: 'sale.order.line', 'order_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/9.0/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Nicolas Martinelli, Richard Mathot, qdp-odoo, Jeremy Kersten, Damien Bouvy, Yannick Tivisse, qsm-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/page/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - web_planner
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - procurement
    - payment
    - website_payment
    - website_portal
    - website_portal_sale
    - website_mail
    - rating
    - delivery
    - sale_stock
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Delivery Costs
==============

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
country_state_shipping Shipping Country and states ir.ui.view qweb Inherits website_sale.checkout
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
view_delivery_carrier_form delivery.carrier.website.form delivery.carrier div Inherits delivery.view_delivery_carrier_form
Models touched (2)

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/8.0/website_sale_delivery
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Denis Ledoux, Fabien Meghazi, Christophe Simonis, Goffin Simon, Nicolas Martinelli, jke-openerp, chm@openerp.com, Jeremy Kersten, Mitesh Savani
WEBSITE
WEBSITEhttps://www.odoo.com/page/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - share
    - mail
    - base_setup
    - web_kanban
    - sale
    - sales_team
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - payment
    - delivery
    - sale_stock
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Delivery Costs
==============

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
assets_frontend Shop ir.ui.view qweb Inherits website.assets_frontend
cart_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.total
payment_delivery Delivery Costs ir.ui.view qweb Inherits website_sale.payment
view_delivery_carrier_form delivery.carrier.website.form delivery.carrier xpath Inherits delivery.view_delivery_carrier_form
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.