| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_line_original_date |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Arnau |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form - stock_move_original_date | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form2 |
stock.move.form - purchase_order_line_original_date | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
purchase_order_line_tree |
purchase.order.line.tree- purchase_order_line_original_date | purchase.order.line | field | Inherits purchase.purchase_order_line_tree |
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
button_confirm(self)
original_date_planned
Datetime
copy=False
help='Original expected arrival at PO confirmation.'
readonly=True
string='Original Expected Arrival'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/15.0/purchase_order_line_original_date |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form - stock_move_original_date | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_form2 |
stock.move.form - purchase_order_line_original_date | purchase.order.line | field | Inherits purchase.purchase_order_line_form2 |
purchase_order_line_tree |
purchase.order.line.tree- purchase_order_line_original_date | purchase.order.line | field | Inherits purchase.purchase_order_line_tree |
original_date_planned
Datetime
compute='_compute_original_date_planned'
help='Original Delivery date promised by vendor at PO confirmation.'
readonly=True
store=True
string='Original Receipt Date'
tracking=True
button_confirm(self)
original_date_planned
Datetime
copy=False
help='Original delivery date at PO confirmation.'
readonly=True
string='Original Delivery Date'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/purchase-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] purchase_order_line_original_date: Migration to 19.0 (#2850) |