TIP: You can type at any time to perform a new search.
Sale Commitment Lead Time
sale_commitment_lead_time · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 07:31:50
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Chafique, Kitti U
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits sale.res_config_settings_view_form | |
view_order_form_inherit_sale_stock |
sale.order | form | Inherits sale_stock.view_order_form_inherit_sale_stock |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
check_preparation_timeBooleanhelp='True if you want check the preparation time of the customer order'string='Check preparation time' -
order_limit_hourFloathelp='Prepared the same day if ordered before the hour entered'string='Order limit hour (HH:00)' -
tzSelectionhelp='Timezone used for the confirmation date in the sale order'string='Timezone' args: _tz_get
No public methods.
New fields (3)
-
check_preparation_timeBooleanhelp='True if you want check the preparation time of the customer order'string='Check preparation time' -
order_limit_hourFloathelp='Prepared the same day if ordered before the hour entered'string='Order limit hour (HH:00)' -
tzSelectionhelp='Timezone used for the confirmation date in the sale order'string='Timezone' args: _tz_get
-
get_values(self)@api.model -
set_values(self)@api.multi
New fields (2)
-
check_preparation_timeBooleanreadonly=Truerelated='company_id.check_preparation_time'string='Check preparation time' -
on_time_deliveryBooleancompute='_compute_on_time_delivery'copy=Falsehelp='True if the 1st delivery meets the announced deadline'readonly=Truestore=Truestring='On time delivery'
No public methods.