跳至内容
菜单
此问题已终结
1 回复
4635 查看

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)
形象
丢弃