| 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_etd_eta |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchases |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Aungkokolin1997 |
| 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 - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.).'
display_expected_arrival(self)
hide_expected_arrival_when_eta
Boolean
No public methods.
hide_expected_arrival_when_eta
Boolean
readonly=False
related='company_id.hide_expected_arrival_when_eta'
No public methods.