Sale Payment Method - Automatic Worflow (link module)

sale_payment_method_automatic_workflow
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/8.0/sale_payment_method_automatic_workflow
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion, Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion, Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_payment_method
    - sale_automatic_workflow
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - sale_stock
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
payment_method_view_form sale.automatic_workflow.payment_method.view_form payment.method field Inherits sale_payment_method.payment_method_view_form
payment_method_view_tree sale_automatic_workflow.payment_method.view_tree payment.method field Inherits sale_payment_method.payment_method_view_tree
sale_order_view_auto_workflow_form sale.order.view.form sale.order field Inherits sale_automatic_workflow.sale_order_view_form
sale_order_view_payment_method_form sale.order.view.form sale.order field Inherits sale_payment_method.sale_order_view_form
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')