TIP: You can type at any time to perform a new search.
Sale Order Minimum Amount
sale_order_minimum_amount · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:09:12
- Authors
- Odoo Community Association (OCA), BizzAppDev Systems Pvt. Ltd.
- Maintainers
- Odoo Community Association (OCA), BizzAppDev Systems Pvt. Ltd.
- Committers
- Ruchir Shukla, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_inherited_sale_order_minimum_amount |
res.config.settings.view.form.inherited.sale.order.minimum.amount | res.config.settings | form | Inherits base.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
sale_min_order_limitFloathelp='Sales users cannot confirm orders below this amount. Sales Managers are not restricted.'string='Minimum Sales Order Amount'
No public methods.
New fields (1)
-
sale_min_order_limitFloathelp='Sales users cannot confirm orders below this amount. Sales Managers are not restricted.'readonly=Falserelated='company_id.sale_min_order_limit'string='Minimum Sales Order Amount'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_confirm(self)Inherited the method allow order confirmation only if amount exceeds company minimum or user is Sales Manager.