Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2221 Widoki

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.

Awatar
Odrzuć

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.

Powiązane posty Odpowiedzi Widoki Czynność
8
kwi 20
4664
3
lis 21
25941
0
mar 15
5305
0
lip 24
1056
0
lut 24
1269