TIP: You can type at any time to perform a new search.
Sale Minimum Amount
sale_minimum_amount · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-07-31 11:40:00
- Authors
- Odoo Community Association (OCA)
- Maintainers
- Odoo Community Association (OCA)
- Committers
- AaronHForgeFlow, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module enforces a minimum untaxed Sale Order amount per customer by automatically applying a Sale Approval Block Reason when the amount is below the configured threshold.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_form_inherit_minimum_amount |
sale.order.form.minimum.so.amount | sale.order | form | Inherits sale.view_order_form |
view_partner_form_inherit_minimum_so_amount |
res.partner.form.minimum.so.amount | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
minimum_so_amountFloatstring='Minimum Sale Amount'
No public methods.
New fields (1)
-
minimum_so_amountFloatrelated='partner_id.minimum_so_amount'string='Sale Minimum Amount'
No public methods.