Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sale
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-17 11:35:59
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds two new fields, "Requested Delivery - Start" and
"Requested Delivery - End" on sale orders and sale order lines.

These fields allow you to capture the customer's requested delivery
start and end dates, providing more precise tracking of delivery
expectations within sales orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order form Inherits sale.view_order_form
view_order_line_tree sale.order.line.delivery.period.tree sale.order.line tree Inherits sale.view_order_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • requested_delivery_period_display Char
    compute='_compute_requested_delivery_period_display' string='Requested Delivery Period'
  • requested_delivery_period_end Datetime
    string='Requested Delivery - End'
  • requested_delivery_period_start Datetime
    string='Requested Delivery - Start'
Public methods (0)

No public methods.

New fields (2)
  • requested_delivery_period_end Datetime
    string='Requested Delivery - End'
  • requested_delivery_period_start Datetime
    string='Requested Delivery - Start'
Public methods (0)

No public methods.

Loading…