Purchase Order Line Effective Date

purchase_order_line_effective_date
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/18.0/purchase_order_line_effective_date
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYInventory/Purchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSRenato Lima, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (2)
  • 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
Public methods (0)

No public methods.

New fields (1)
  • last_effective_date Datetime
    readonly=True
Public methods (0)

No public methods.