Sale Commitment Lead Time

sale_commitment_lead_time
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_commitment_lead_time
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Chafique, Kitti U
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - sale_stock
    - 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
res_config_settings_view_form res.config.settings xpath Inherits sale.res_config_settings_view_form
view_order_form_inherit_sale_stock sale.order xpath Inherits sale_stock.view_order_form_inherit_sale_stock
Models touched (3)

New fields (3)
  • check_preparation_time Boolean
    help='True if you want check the preparation time of the customer order' string='Check preparation time'
  • order_limit_hour Float
    help='Prepared the same day if ordered before the hour entered' string='Order limit hour (HH:00)'
  • tz Selection
    help='Timezone used for the confirmation date in the sale order' string='Timezone' args: _tz_get
Public methods (0)

No public methods.

New fields (3)
  • check_preparation_time Boolean
    help='True if you want check the preparation time of the customer order' string='Check preparation time'
  • order_limit_hour Float
    help='Prepared the same day if ordered before the hour entered' string='Order limit hour (HH:00)'
  • tz Selection
    help='Timezone used for the confirmation date in the sale order' string='Timezone' args: _tz_get
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)
    @api.multi

New fields (2)
  • check_preparation_time Boolean
    readonly=True related='company_id.check_preparation_time' string='Check preparation time'
  • on_time_delivery Boolean
    compute='_compute_on_time_delivery' copy=False help='True if the 1st delivery meets the announced deadline' readonly=True store=True string='On time delivery'
Public methods (0)

No public methods.