Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-07-20 16:50:54
Authors
Odoo Community Association (OCA), Akretion
Maintainers
Odoo Community Association (OCA), Akretion
Committers
OCA-git-bot, oca-ci, Olivier Nibart
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_workflow_process_view_form sale.order.form.automatic.inherit sale.workflow.process form Inherits sale_automatic_workflow.sale_workflow_process_view_form
sale_workflow_process_view_tree sale_automatic_workflow.sale_workflow_process.view_tree sale.workflow.process tree Inherits sale_automatic_workflow.sale_workflow_process_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • automatic_set_route_on_sol(self)

New fields (2)
  • sale_line_route_id Many2one → stock.location.route
    check_company=True domain=[('sale_selectable', '=', True)] ondelete='restrict' string='Route' args: 'stock.location.route'
  • sale_line_route_policy Selection
    default='replace' help="Replace: Always apply workflow route when one is defined.\nFill Empty: Only set workflow route on lines that don't already have a route defined." required=True string='Route Policy' args: [('replace', 'Replace: Set route from workflow if defined'), ('fill_empty', 'Fill Empty: Set route only if line has no route')]
Public methods (0)

No public methods.