| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 393 |
| Technical Name |
sale_order_color |
| License | LGPL-3 |
| Website | https://www.odoo.com/apps |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 393 |
| Technical Name |
sale_order_color |
| License | LGPL-3 |
| Website | https://www.odoo.com/apps |
Sale Order Color
Color-code your sale orders and order lines using configurable domain rules. Highlight drafts, confirmed orders, high-value lines, discounted items, or any criteria you define. Recalculate all line prices from the pricelist with one click.
Features
- Sale order colors: Configure rules (domain on
sale.order) and colors under Sales → Configuration → Sale Order Color. Apply to all orders; the Sales Orders list shows row text in the assigned color. - Sale order line colors: Configure rules (domain on
sale.order.line, e.g. amount, discount, product) under Sales → Configuration → Sale Order Line Color. Order lines in the quotation form and in the Order Lines list display colored row text. - Rules: Each rule has a domain (field, operator, value) and a color (0–11). Rules are evaluated in sequence; the first match sets the color. Uses the standard Odoo color palette.
Configuration
- Sale order color: Go to Sales → Configuration → Sale Order Color. Add rules (e.g.
state = 'draft',amount_total > 1000) and choose a color. Click Apply Sale Color. - Order line color: Go to Sales → Configuration → Sale Order Line Color. Add rules (e.g.
price_subtotal > 400,discount > 0) and a color. Click Apply Sale Order Line Color. - Open Sales → Orders to see colored order list; open any quotation/order to see colored order lines.
Screenshots
1. Sale order color rules — Sales → Configuration → Sale Order Color. Define rules with a domain on sale orders and a color. Click Apply Sale Color to apply.

2. Colored sales orders list — The Quotations / Sales Orders list shows each row's text in the assigned color.

3. Sale order line color rules — Sales → Configuration → Sale Order Line Color. Rules on order lines (e.g. Total > 400, Total < 400) with different colors. Click Apply Sale Order Line Color.

4. Colored order lines in quotation — Order lines in the quotation form show text in the assigned color (e.g. by amount or discount).

Technical
- Requires Sale Management (
sale_management). - Adds
sale.order.color.config,sale.order.color.rule, and fieldcoloronsale.order. - Adds
sale.order.line.color.config,sale.order.line.color.rule, and fieldcoloronsale.order.line. - License: LGPL-3.
Please log in to comment on this module