Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sale
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:47:29
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
jcoux, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_workflow_process_view_form 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 (3)

New fields (5)
  • default_char_value Char
  • invoice_field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' domain="[('model', '=', 'account.move')]" ondelete='cascade' required=True
  • process_id Many2one → sale.workflow.process
    comodel_name='sale.workflow.process' ondelete='cascade' required=True
  • sale_order_field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' domain="[('model', '=', 'sale.order')]" ondelete='cascade'
  • value_type Selection
    default='default_char_value' required=True selection=[('default_char_value', 'Default Char Value'), ('from_sale_order', 'From Sale Order')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • create_invoice_default_value_ids One2many → automatic.workflow.invoice.default.value
    comodel_name='automatic.workflow.invoice.default.value' copy=True inverse_name='process_id' string='Create Invoice Default values'
Public methods (0)

No public methods.