コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4652 ビュー

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)
アバター
破棄