Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
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:42:49
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Guillaume MASSON
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits sale.view_order_form
view_quotation_tree sale.order tree Inherits sale.view_quotation_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…