Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.2
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:17:43
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Denis Roussel, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_workflow_process_form_view sale.workflow.process.form (in sale_automatic_workflow_validate_purchase_mto) sale.workflow.process form Inherits sale_automatic_workflow.sale_workflow_process_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run_with_workflow(self, sale_workflow)
    @api.model

New fields (5)
  • purchase_order_mto_domain Char
    default="[('state', '=', 'sale')]" string='Purchase Order Domain'
  • purchase_order_mto_filter_id Many2one → ir.filters
    default=<expr> string='Validate Purchase Order MTO Filter' args: 'ir.filters'
  • purchase_order_mto_purchase_domain Char
    default="[('state', 'not in', ['purchase','done','cancel'])]" string='Purchase Order Domain'
  • purchase_order_mto_purchase_filter_id Many2one → ir.filters
    default=<expr> string='Validate Purchase Order MTO Filter' args: 'ir.filters'
  • validate_purchase_mto Boolean
    help='Select this to validate purchase orders that are generateddirectly by sale orders' string='Validate Purchase Orders MTO'
Public methods (0)

No public methods.