TIP: You can type at any time to perform a new search.
Vendor transport lead time
vendor_transport_lead_time · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- 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:59
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Sébastien Alix, Duy (Đỗ Anh), Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module overrides the product.supplierinfo model. It splits the delay into two new delay fields, Supplier Lead Time and Transport Lead Time, to sum them into the actual Lead Time. This allow users to get the information about the transportation lead time in order to plan the transport properly when relevant.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_supplierinfo_form_view |
product.supplierinfo.form.inherit | product.supplierinfo | form | Inherits product.product_supplierinfo_form_view |
product_supplierinfo_tree_inherit_view |
product.supplierinfo.list.inherit.view | product.supplierinfo | list | Inherits product.product_supplierinfo_tree_view |
purchase_order_form |
purchase.order.form.inherit | purchase.order | form | Inherits purchase.purchase_order_form |
report_purchaseorder_document |
report_purchaseorder_document | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (3)
-
delayIntegercompute='_compute_delay'inverse='_inverse_delay'required=Falsestore=True -
supplier_delayIntegerdefault=0help='Supplier lead time in days.'required=Truestring='Supplier Lead Time' -
transport_delayIntegerdefault=0help='Transport lead time in days.'required=Truestring='Transport Lead Time'
No public methods.
New fields (2)
-
report_date_plannedDatetimecompute='_compute_report_date_planned'string='Date planned (used by report)' -
supplier_date_plannedDatetimecompute='_compute_supplier_date_planned'string='Supplier Scheduled Date'
No public methods.
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 248 days ago
- Last activity
- 182 days ago
- Repository
- OCA/purchase-workflow
- Pull request
- [16.0][MIG] vendor_transport_lead_time (#2917)
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 79 days ago
- Last activity
- 78 days ago
- Repository
- OCA/purchase-workflow
- Pull request
- [19.0][MIG] vendor_transport_lead_time (#3085)