Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4645 Представления

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)
Аватар
Отменить