Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.2
Category
Sales/Sales
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Eduardo de Miguel, OCA-git-bot, oca-ci, Sabrina Martín
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of Customer and Product blocking messages to
support more consistency between messages and to allow you to set a blocking message
quickly.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_warn_option_partner_form sale.warn.option.partner.form res.partner form Inherits sale.res_partner_view_buttons
sale_warn_option_product_form sale.warn.option.product.form product.template form Inherits sale.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • sale_line_warn_option Many2one → warn.option
    comodel_name='warn.option'
Public methods (0)

No public methods.

New fields (1)
  • sale_warn_option Many2one → warn.option
    comodel_name='warn.option'
Public methods (0)

No public methods.

New fields (1)
  • allowed_warning_usage Selection
    ondelete={'partner_sale_warn': 'set default', 'product_sale_warn': 'set default'} selection_add=[('partner_sale_warn', '(Partner) Warning on the Sales Order'), ('product_sale_warn', '(Product) Warning when Selling this Product')]
Public methods (0)

No public methods.

Loading…