Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 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
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
sbejaoui, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
contract_sale_transmit_method
Description
Set transmit method (email, post, portal, ...) in sale order and
propagate it to invoices.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_form_view sale.order form Inherits sale.view_order_form
sale_order_search_view sale.order search Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • transmit_method_id Many2one → transmit.method
    comodel_name='transmit.method' compute='_compute_transmit_method_id' ondelete='restrict' readonly=True store=True string='Transmission Method' tracking=True
Public methods (0)

No public methods.

Loading…