Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2254 มุมมอง

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.

Related Posts ตอบกลับ มุมมอง กิจกรรม
8
เม.ย. 20
4701
3
พ.ย. 21
26104
0
มี.ค. 15
5360
0
ก.ค. 24
1101
0
ก.พ. 24
1323