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 IDNameModelTypeStatus
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_amount Float
    string='Minimum Sale Amount'
Public methods (0)

No public methods.

New fields (1)
  • minimum_so_amount Float
    related='partner_id.minimum_so_amount' string='Sale Minimum Amount'
Public methods (0)

No public methods.