| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/15.0/sale_lead_time_range |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, ArnauCForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.