Vendor transport lead time

vendor_transport_lead_time
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/18.0/vendor_transport_lead_time
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSSébastien Alix, Weblate, OCA-git-bot, oca-ci, Duy (Đỗ Anh)
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - purchase
    - account
    - onboarding
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
product_supplierinfo_form_view product.supplierinfo.form.inherit product.supplierinfo xpath Inherits product.product_supplierinfo_form_view
product_supplierinfo_tree_inherit_view product.supplierinfo.list.inherit.view product.supplierinfo field Inherits product.product_supplierinfo_tree_view
purchase_order_form purchase.order.form.inherit purchase.order xpath Inherits purchase.purchase_order_form
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
Models touched (2)

New fields (3)
  • delay Integer
    compute='_compute_delay' inverse='_inverse_delay' required=False store=True
  • supplier_delay Integer
    default=0 help='Supplier lead time in days.' required=True string='Supplier Lead Time'
  • transport_delay Integer
    default=0 help='Transport lead time in days.' required=True string='Transport Lead Time'
Public methods (0)

No public methods.

New fields (2)
  • report_date_planned Datetime
    compute='_compute_report_date_planned' string='Date planned (used by report)'
  • supplier_date_planned Datetime
    compute='_compute_supplier_date_planned' string='Supplier Scheduled Date'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/14.0/vendor_transport_lead_time
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSSébastien Alix, oca-travis, Weblate, OCA-git-bot, Hai Lang
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - purchase
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_supplierinfo_form_view product.supplierinfo.form.inherit product.supplierinfo field Inherits product.product_supplierinfo_form_view
product_supplierinfo_tree_inherit_view product.supplierinfo.tree.inherit.view product.supplierinfo field Inherits product.product_supplierinfo_tree_view
purchase_order_form purchase.order.form.inherit purchase.order xpath Inherits purchase.purchase_order_form
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
Models touched (2)

New fields (3)
  • delay Integer
    compute='_compute_delay' inverse='_inverse_delay' required=False store=True
  • supplier_delay Integer
    default=0 help='Supplier lead time in days.' required=True string='Supplier Lead Time'
  • transport_delay Integer
    default=0 help='Transport lead time in days.' required=True string='Transport Lead Time'
Public methods (0)

No public methods.

New fields (2)
  • report_date_planned Datetime
    compute='_compute_report_date_planned' string='Date planned (used by report)'
  • supplier_date_planned Datetime
    compute='_compute_supplier_date_planned' string='Supplier Scheduled Date'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/13.0/vendor_transport_lead_time
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSsebalix, João Marques, oca-travis, OCA-git-bot, Matthieu Méquignon
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - purchase
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_supplierinfo_form_view product.supplierinfo.form.inherit product.supplierinfo field Inherits product.product_supplierinfo_form_view
purchase_order_form purchase.order.form.inherit purchase.order xpath Inherits purchase.purchase_order_form
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
Models touched (2)

New fields (3)
  • delay Integer
    compute='_compute_delay' inverse='_inverse_delay' required=False store=True
  • supplier_delay Integer
    default=0 help='Supplier lead time in days.' required=True string='Supplier Lead Time'
  • transport_delay Integer
    default=0 help='Transport lead time in days.' required=True string='Transport Lead Time'
Public methods (0)

No public methods.

New fields (2)
  • report_date_planned Datetime
    compute='_compute_report_date_planned' string='Date planned (used by report)'
  • supplier_date_planned Datetime
    compute='_compute_supplier_date_planned' string='Supplier Scheduled Date'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/purchase-workflow
PULL REQUEST
PULL REQUEST[16.0][MIG] vendor_transport_lead_time (#2917)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/purchase-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] vendor_transport_lead_time (#3085)