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

Hi,

    In OpenERP7.0 , total of sale order amount is not a rounded figure.  My requirement i want sale order amount to be rounded figure.  How to change this?

Thanks,

อวตาร
ละทิ้ง

you can use round function

คำตอบที่ดีที่สุด

you can use round function llike this

amount = currency_obj.round(cr, uid, currency, amount)
อวตาร
ละทิ้ง