Lead Time Range - Sale

sale_lead_time_range
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_lead_time_range
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
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, ArnauCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (2)
XML IDNameModelTypeStatus
view_product_template_inherit product.template.inherit product.template xpath Inherits product.product_template_form_view
view_sale_order_line_inherited_form sale.order.line.inherited.form sale.order xpath Inherits sale.view_order_form
Models touched (2)

New fields (2)
  • sale_delay_range_type Selection
    default='days' inverse='_inverse_sale_delay_range_value' string='Range type' args: [('days', 'Days'), ('weeks', 'Weeks'), ('months', 'Months'), ('years', 'Years')]
  • sale_delay_range_value Float
    help="Delivery lead time. It's the time, promised to the customer, between the confirmation of the sales order and the delivery." inverse='_inverse_sale_delay_range_value' store=True args: 'Customer Lead Time'
Public methods (0)

No public methods.

New fields (2)
  • customer_lead_range_type Selection
    default='days' inverse='_inverse_customer_lead_range_value' string='LT Range' args: [('days', 'Days'), ('weeks', 'Weeks'), ('months', 'Months'), ('years', 'Years')]
  • customer_lead_range_value Float
    default=0 help='Time between the order confirmation and the shipping of the products to the customer' inverse='_inverse_customer_lead_range_value' args: 'Lead Time'
Public methods (0)

No public methods.