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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_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.