TIP: You can type at any time to perform a new search.
Purchase Order Line Effective Date
purchase_order_line_effective_date · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Inventory/Purchase
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 08:42:59
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Renato Lima, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module implements the effective_date and last_effective_date fields in purchase order lines, allowing you to view the delivery dates.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.tree | purchase.order | tree | Inherits purchase.purchase_order_form |
purchase_order_line_tree |
purchase.order.line.tree | purchase.order.line | tree | Inherits purchase.purchase_order_line_tree |
purchase_order_line_tree_history |
purchase.order.line.tree.history | purchase.order.line | tree | Inherits purchase.purchase_history_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
effective_dateDatetimecompute='_compute_effective_dates'compute_sudo=Truehelp='Completion date of the first receipt order.'store=True -
last_effective_dateDatetimecompute='_compute_effective_dates'compute_sudo=Truehelp='Completion date of the last receipt order.'store=True
No public methods.
New fields (1)
-
last_effective_dateDatetimereadonly=True
No public methods.