Levi Siuzdak (sile)

Results 24 comments of Levi Siuzdak (sile)

> So, should I apply the solution everywhere? 😅 I think you could, but it's also fine to mark the PR as ready for review, and have devs from @odoo/rd-ecommerce...

> The [product_uom_qty](https://github.com/odoo/odoo/blob/18e03c73691d9efa82cbf82b5e084172fe74665e/addons/sale/models/sale_order_line.py#L257) field, which gets [rounded automatically](https://github.com/odoo/odoo/blob/e89b47f44548170abff088427149337411fcc47b/odoo/fields.py#L1447), is not exact, so any calculation using it would be wrong. `convert_to_cache` gets called after updating the value already stored there. When...