Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sale Workflow
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
OCA-git-bot, oca-ci, Alejandro Parrales
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…