Purchase Order ETD/ETA

purchase_order_etd_eta
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_etd_eta
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Aungkokolin1997
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
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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
The module adds ETD, ETA, and Shipping Schedule Note fields to purchase orders
and displays them in the purchase order and RFQ reports.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
purchase_etd_eta_info purchase_etd_eta_info ir.ui.view qweb New
purchase_order_form purchase.order.form purchase.order xpath Inherits purchase.purchase_order_form
purchase_order_kpis_tree purchase.order.kpis.tree purchase.order xpath Inherits purchase.purchase_order_kpis_tree
purchase_order_view_search purchase.order.select purchase.order field Inherits purchase.purchase_order_view_search
purchase_order_view_tree purchase.order.list purchase.order xpath Inherits purchase.purchase_order_view_tree
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
report_purchasequotation_document report_purchasequotation_document ir.ui.view qweb Inherits purchase.report_purchasequotation_document
res_config_settings_view_form res.config.settings.view.form.inherit res.config.settings setting Inherits purchase.res_config_settings_view_form_purchase
view_purchase_order_filter request.quotation.select purchase.order field Inherits purchase.view_purchase_order_filter
Models touched (3)

New fields (3)
  • date_eta Date
    help='Estimated Time of Arrival' string='ETA'
  • date_etd Date
    help='Estimated Time of Departure' string='ETD'
  • shipping_schedule_note Char
    help='Additional shipping schedule instructions or clarifications. Use this field when ETD or ETA cannot be expressed as a specific date (for example: ASAP, TBD, etc.).'
Public methods (1)
  • display_expected_arrival(self)

New fields (1)
  • hide_expected_arrival_when_eta Boolean
Public methods (0)

No public methods.

New fields (1)
  • hide_expected_arrival_when_eta Boolean
    readonly=False related='company_id.hide_expected_arrival_when_eta'
Public methods (0)

No public methods.