Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
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 08:42:48
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
Weblate, OCA-git-bot, oca-ci, Angel Rivas
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to automatically check the Force Invoice checkbox is sale orders depending on a domain.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_workflow_process_force_invoice_view_form sale.workflow.process.force.invoice.view.form sale.workflow.process form Inherits sale_automatic_workflow.sale_workflow_process_view_form
sale_workflow_process_force_invoice_view_tree sale.workflow.process.force.invoice.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)
  • run_with_workflow(self, sale_workflow)
    @api.model

New fields (3)
  • force_invoice Boolean
  • force_invoice_order_filter_domain Text
    related='force_invoice_order_filter_id.domain' string='Force Invoice Order Filter Domain'
  • force_invoice_order_filter_id Many2one → ir.filters
    comodel_name='ir.filters' default=<expr>
Public methods (0)

No public methods.