Website Sale - Stock Picking Policy

website_sale_stock_picking_policy
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/19.0/website_sale_stock_picking_policy
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ricardoalso
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - html_builder
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
    - payment_custom
    - sale_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
## Website Sale - Picking Policy

This module extends Odoo eCommerce checkout to let customers choose how
deliverable products are shipped from their cart.

At checkout, a **Shipping Policy** section is added with the available
`picking_policy` options from the sale order (for example, consolidated
delivery in one shipment).

When the customer changes the policy:

- The cart `picking_policy` is updated immediately through a JSON route.
- The estimated delivery date shown in checkout is refreshed when
  relevant.

The policy selector is only displayed when the cart contains deliverable
products.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
checkout_picking_policy Checkout - Shipping Policy Selection ir.ui.view qweb Inherits website_sale.checkout
picking_policy_form picking_policy_form ir.ui.view qweb New
Models touched (0)

No models found for this module.