Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Arnau
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the *Original Expected Arrival* to Purchase Order lines.
This is useful for past analysis and vendor performance reports.

In standard Odoo, once a PO is confirmed with expected arrivals on its
lines, this dates can still change to reflect changes in the planning
(e.g. you receive a notification from your supplier that goods will
arrive a couple of days later). In such situation you lost precious
information of the original expected arrivals that can be used to compute
the real delay in the receipt from your supplier.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form - stock_move_original_date purchase.order form Inherits purchase.purchase_order_form
purchase_order_line_form2 stock.move.form - purchase_order_line_original_date purchase.order.line Inherits purchase.purchase_order_line_form2
purchase_order_line_tree purchase.order.line.tree- purchase_order_line_original_date purchase.order.line tree Inherits purchase.purchase_order_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • original_date_planned Datetime
    compute='_compute_original_date_planned' help='Original Expected Arrival promised by vendor at PO confirmation.' readonly=True store=True string='Original Expected Arrival' tracking=True
Public methods (1)
  • button_confirm(self)

New fields (1)
  • original_date_planned Datetime
    copy=False help='Original expected arrival at PO confirmation.' readonly=True string='Original Expected Arrival'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks running
Open since
308 days ago
Last activity
122 days ago
Repository
OCA/purchase-workflow
Pull request
[19.0][MIG] purchase_order_line_original_date: Migration to 19.0 (#2850)