Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.1.0
Category
Sales/Sales
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:49
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Emilio Pascual, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of sale stock and adds "Effective date",
"Last Effective date" and "Order Commitment Date" fields in sale order line.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_line_view_form_readonly sale.order.line.view.form.inherit sale.order.line form Inherits sale.sale_order_line_view_form_readonly
view_order_line_tree sale.order.line.view.tree.inherit sale.order.line tree Inherits sale.view_order_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the first delivery order.' store=True
  • last_effective_date Datetime
    compute='_compute_effective_dates' compute_sudo=True help='Completion date of the last delivery order.' store=True
  • order_commitment_date Datetime
    help='Commitment Date set on the Order' readonly=True related='order_id.commitment_date' store=True string='Commitment Date'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
29 days ago
Last activity
29 days ago
Repository
OCA/sale-workflow
Pull request
[19.0] [MIG] sale_order_line_effective_date : Migration to 19.0 (#4486)