Sale Order Priority

sale_order_priority
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/19.0/sale_order_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Alejandro Parrales
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the field *Priority* in sale order lines and sale
orders: priority of the sale order is computed as the maximum of the
priorities of its lines, setting the priority in the order sets the
priority of all its lines accordingly.

When a picking is created as a result of sale order confirmation, the
created procurement inherits the priority of the order, then the stock
moves and the picking inherit the procurement's priority.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' store=True tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (1)
  • priority Selection
    default='0' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Alejandro Parrales
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the field *Priority* in sale order lines and sale
orders: priority of the sale order is computed as the maximum of the
priorities of its lines, setting the priority in the order sets the
priority of all its lines accordingly.

When a picking is created as a result of sale order confirmation, the
created procurement inherits the priority of the order, then the stock
moves and the picking inherit the procurement's priority.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' store=True tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (1)
  • priority Selection
    default='0' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/17.0/sale_order_priority
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Roger, andrea
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds the field *Priority* in sale order lines and sale
orders: priority of the sale order is computed as the maximum of the
priorities of its lines, setting the priority in the order sets the
priority of all its lines accordingly.

When a picking is created as a result of sale order confirmation, the
created procurement inherits the priority of the order, then the stock
moves and the picking inherit the procurement's priority.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' store=True tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (1)
  • action_confirm(self)

New fields (1)
  • priority Selection
    default='0' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, sergiocorato, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (1)
  • action_confirm(self)

New fields (1)
  • priority Selection
    default='0' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_order_priority
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Juany Davila
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (1)
  • action_confirm(self)

New fields (1)
  • priority Selection
    default='0' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_order_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, GuillemCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True string='Priority' tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (1)
  • action_confirm(self)

New fields (1)
  • priority Selection
    default='0' string='Priority' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_assign(self)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_order_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (2)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True string='Priority' tracking=True args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (1)
  • priority Selection
    default='1' string='Priority' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_order_priority
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, George Daramouskas, sergiocorato
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflowsale_order_priority
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (2)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True string='Priority' track_visibility='onchange' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (1)
  • priority Selection
    default='1' string='Priority' args: stock_move.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/10.0/sale_order_priority
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale Workflow
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSJairo Llopis, Denis Roussel, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflowsale_order_priority
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - procurement
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - sale_stock
    - sale
    - sales_team
    - account
    - analytic
    - web_planner
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form Sale order priority sale.order group Inherits sale.view_order_form
Models touched (2)

New fields (1)
  • priority Selection
    compute='_compute_priority' help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines' index=True inverse='_inverse_priority' states={'done': [('readonly', True)], 'cancel': [('readonly', True)]} store=True string='Priority' track_visibility='onchange' args: procurement.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.

New fields (1)
  • priority Selection
    default='1' string='Priority' args: procurement.PROCUREMENT_PRIORITIES
Public methods (0)

No public methods.