This question has been flagged
4 Replies
3262 Views

Odoo is not rounding properly, and it becomes clear in transactions that have a quantity of 1,000 or greater. 

1,000 * $2.18 = $2,180

However, Odoo does the following:

1,000 *$2.18 = $2,182.40

This issue impacts all modules, and forces us to go outside of Odoo to send invoices or purchase orders. We often purchase items with quantities greater than 1,000 that have more than two decimals. Odoo incorrectly rounds the subtotal, forcing us to account for the differences. 


I am hoping to find others that have this issue, so Odoo can fix it for everyone. Thank you! 

Avatar
Discard
Author

Running Odoo.sh V12

Author

Sehrish, thank you for this link. This is actually the opposite of my issue. Odoo rounds the number that displays on the Sales Order, but it calculates based on the non-rounded figure. In the above example, you can see Odoo displays the same unit price ($2.18) but calculates the subtotal based on the non-rounded number ($2.1824).

Best Answer

looks like it is decimal not correct? no? "," or "."?

Avatar
Discard