Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The probability field is not modified when changing the sales stage field (Module Opportunity) #591

Open
caspervzla opened this issue Jan 13, 2025 · 0 comments
Labels
Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Minor Low Impact Type: Bug Something isn't working Type:Missing Feature Feature in a previous version, not in the current

Comments

@caspervzla
Copy link

Issue

795 / 5.000
There is a direct relationship between the sales stage field and the probability field.

When changing the sales stage, the probability of the opportunity must change to the values ​​related in the dropdown editor.

In version 8 it is not working.

When editing the opportunity, if the sales stage is changed, the probability does not change and after saving it, the change is not made.

The correct way of working is:

  • First, validate if the user did not enter a probability manually, so that value must be left entered.
  • If the user did not enter any probability, the relationship between sales stage and probability must be executed and the probability field must be filled in.

I did the test on the demo site and the same error occurs.

Possible Fix

No response

Steps to Reproduce the Issue

1.Create a opportunity
2.Select any sales stage option.
3.Save oportunity
4.See the probability field. It is empty
...

Context

No response

Version

8.7.1

What browser are you currently using?

Chrome

Browser Version

131.0.6778.265

Environment Information

php 8.1.31 MariaDB 11.4.4

Operating System and Version

Debian 12

@caspervzla caspervzla added the Type: Bug Something isn't working label Jan 13, 2025
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type:Missing Feature Feature in a previous version, not in the current Severity: Minor Low Impact labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Minor Low Impact Type: Bug Something isn't working Type:Missing Feature Feature in a previous version, not in the current
Projects
None yet
Development

No branches or pull requests

2 participants