تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4648 أدوات العرض

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)
الصورة الرمزية
إهمال