-
Notifications
You must be signed in to change notification settings - Fork 47
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
[FW][FIX] evaluation: add a getter to evaluate value and format #4806
Conversation
@LucasLefevre @rrahir cherrypicking of pull request #4785 failed. stdout:
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
0e6ed45
to
2fd7aa5
Compare
2fd7aa5
to
4ccc8b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robodoo r+
@LucasLefevre you may want to rebuild or fix this PR as it has failed CI. |
4ccc8b7
to
600e833
Compare
robodoo r+ |
This commit introduces a new getter `evaluateFormulaResult` which is equivalent to the existing `evaluateFormula` but returns the value and the format instead of just the value. Task: 4102210 X-original-commit: a5da70a
600e833
to
ba5ef80
Compare
robodoo r+ |
This commit introduces a new getter `evaluateFormulaResult` which is equivalent to the existing `evaluateFormula` but returns the value and the format instead of just the value. closes #4806 Task: 4102210 X-original-commit: a5da70a Signed-off-by: Rémi Rahir (rar) <[email protected]> Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Description:
This commit introduces a new getter
evaluateFormulaResult
which is equivalent to the existingevaluateFormula
but returns the value and the format instead of just the value.Task: : 4102210
review checklist
Forward-Port-Of: #4804
Forward-Port-Of: #4785