TIP: You can type at any time to perform a new search.
Sale Order Priority
sale_order_priority · OCA/sale-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
prioritySelectioncompute='_compute_priority'help='Priority for this sale order. Setting manually a value here would set it as priority for all the order lines'index=Trueinverse='_inverse_priority'store=Truetracking=True args: stock_move.PROCUREMENT_PRIORITIES
No public methods.
New fields (1)
-
prioritySelectiondefault='0' args: stock_move.PROCUREMENT_PRIORITIES
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…