Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Others
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:03:04
Authors
Camptocamp, Akretion, Odoo Community Association (OCA)
Maintainers
Camptocamp, Akretion, Odoo Community Association (OCA)
Committers
Yannick Vaucher, Stéphane Bidoul, Guewen Baconnier, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
connector_ecommerce
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
payment_method_view_form sale.automatic_workflow.payment_method.view_form payment.method form Inherits sale_payment_method.payment_method_view_form
payment_method_view_tree sale_automatic_workflow.payment_method.view_tree payment.method tree Inherits sale_payment_method.payment_method_view_tree
sale_order_view_auto_workflow_form sale.order.view.form sale.order form Inherits sale_automatic_workflow.sale_order_view_form
sale_order_view_payment_method_form sale.order.view.form sale.order form Inherits sale_payment_method.sale_order_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • reconcile_invoice(self)
    @api.multi
    Simple method to reconcile the invoice with the payment generated on the sale order

New fields (0)

No new fields.

Public methods (1)
  • run(self)
    @api.model

New fields (1)
  • workflow_process_id Many2one → sale.workflow.process
    comodel_name='sale.workflow.process' string='Automatic Workflow'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • onchange_payment_method_set_workflow(self)
    @api.onchange('payment_method_id')