Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:56:58
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
ArnauCForgeFlow, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_product_template_inherit product.template.inherit product.template form Inherits product.product_template_form_view
view_sale_order_line_inherited_form sale.order.line.inherited.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.