| 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_effective_date |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Inventory/Purchase |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Renato Lima, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - onboarding - analytic - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module implements the effective_date and last_effective_date fields in purchase order lines, allowing you to view the delivery dates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.tree | purchase.order | xpath | Inherits purchase.purchase_order_form |
purchase_order_line_tree |
purchase.order.line.tree | purchase.order.line | field | Inherits purchase.purchase_order_line_tree |
purchase_order_line_tree_history |
purchase.order.line.tree.history | purchase.order.line | field | Inherits purchase.purchase_history_tree |
effective_date
Datetime
compute='_compute_effective_dates'
compute_sudo=True
help='Completion date of the first receipt order.'
store=True
last_effective_date
Datetime
compute='_compute_effective_dates'
compute_sudo=True
help='Completion date of the last receipt order.'
store=True
No public methods.
last_effective_date
Datetime
readonly=True
No public methods.