跳至内容
菜单
此问题已终结
2283 查看

Pls am new to odoo and not that skill to use the studio, can you recommend some pls.
I am trying to have a GUI in odoo that can do the difference between two numbers and download just the difference.
Your input and recommendation is much appreciated.

num1 = float (input ('Enter first number:'))
num2 = float (input ('Enter second number:'))
diff = abs (num1 - num2)
print ('The difference between numbers =', diff)

This is what am trying to achieve.

Thank you.

形象
丢弃

Could you provide some more information (screenshots of what you want to compare)

Because from your question I would suggest to just use a calculator.

相关帖文 回复 查看 活动
8
4月 20
4703
3
11月 21
26110
0
3月 15
5370
0
7月 24
1105
0
2月 24
1325