TIP: You can type at any time to perform a new search.
Sale Warn Option
sale_warn_option · OCA/sale-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_optionMany2one → warn.optioncomodel_name='warn.option'
No public methods.
New fields (1)
-
sale_warn_optionMany2one → warn.optioncomodel_name='warn.option'
No public methods.
New fields (1)
-
allowed_warning_usageSelectionondelete={'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')]
No public methods.
Loading…