Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchases
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits purchase.purchase_order_form
purchase_order_kpis_tree purchase.order.kpis.tree purchase.order tree Inherits purchase.purchase_order_kpis_tree
purchase_order_view_search purchase.order.select purchase.order search Inherits purchase.purchase_order_view_search
purchase_order_view_tree purchase.order.list purchase.order list 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 form Inherits purchase.res_config_settings_view_form_purchase
view_purchase_order_filter request.quotation.select purchase.order Inherits purchase.view_purchase_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.