Sale Order Minimum Amount

sale_order_minimum_amount
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_minimum_amount
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), BizzAppDev Systems Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), BizzAppDev Systems Pvt. Ltd.
COMMITTERS
COMMITTERSRuchir Shukla, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_inherited_sale_order_minimum_amount res.config.settings.view.form.inherited.sale.order.minimum.amount res.config.settings xpath Inherits base.res_config_settings_view_form
Models touched (3)

New fields (1)
  • sale_min_order_limit Float
    help='Sales users cannot confirm orders below this amount. Sales Managers are not restricted.' string='Minimum Sales Order Amount'
Public methods (0)

No public methods.

New fields (1)
  • sale_min_order_limit Float
    help='Sales users cannot confirm orders below this amount. Sales Managers are not restricted.' readonly=False related='company_id.sale_min_order_limit' string='Minimum Sales Order Amount'
Public methods (0)

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.