Skip to Content
Menu
This question has been flagged
1509 Views

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.

Avatar
Discard

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.

Related Posts Replies Views Activity
8
Apr 20
3737
3
Nov 21
23428
0
Mar 15
4345
0
Jul 24
183
0
Feb 24
347