Sale Probability Amount

sale_probability_amount
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_probability_amount
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Guillaume MASSON
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_company_currency
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - 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
This module adds possibility to evaluate the probability to win a
quotation. New quote is created with a 50% chance of win by default.
Automaticaly if you cancel the quotation the % chance go to 0 and if you
confirm quote, %chance goes to 100%

You can show the total amount of sale in the curency of your company in
the bottom of quotation tree view.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order field Inherits sale.view_order_form
view_quotation_tree sale.order field Inherits sale.view_quotation_tree
Models touched (1)

New fields (2)
  • expected_amount_cur Monetary
    compute='_compute_expected_amount_cur' currency_field='company_currency_id' store=True args: 'Expected Amount in currency'
  • probability Integer
    default=<expr> args: 'Winning sale %'
Public methods (3)
  • action_cancel(self)
  • action_confirm(self)
  • action_draft(self)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_probability_amount
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, matthieu.saison
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_company_currency
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order field Inherits sale.view_order_form
view_quotation_tree sale.order field Inherits sale.view_quotation_tree
Models touched (1)

New fields (2)
  • expected_amount_cur Monetary
    compute='_compute_expected_amount_cur' currency_field='company_currency_id' store=True args: 'Expected Amount in currency'
  • probability Integer
    default=<expr> args: 'Winning sale %'
Public methods (3)
  • action_cancel(self)
  • action_confirm(self)
  • action_draft(self)