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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 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_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.