-
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][IMP] functions: add VALUE function #5296
base: saas-17.4
Are you sure you want to change the base?
[FW][IMP] functions: add VALUE function #5296
Conversation
Add the VALUE function which converts a text string that represents a number to a number. Text can be in any of the constant number, date, or time formats, If text is not in one of these formats, VALUE returns the #ERROR error value. Task: 4373019 X-original-commit: 70cb0f5
This PR targets saas-17.4 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
@fdamhaut @LucasLefevre ci/runbot failed on this forward-port PR |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
8 similar comments
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
@fdamhaut @LucasLefevre this forward port of #5291 is awaiting action (not merged or closed). |
Add the VALUE function which converts a text string that represents a number to a number.
Text can be in any of the constant number, date, or time formats, If text is not in one of these formats,
VALUE returns the #ERROR error value.
Task: 4373019
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
review checklist
Forward-Port-Of: #5294
Forward-Port-Of: #5291