odoo / odoo

Odoo. Open Source Apps To Grow Your Business.

Home Page:https://www.odoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug on receipt of multiple AVCO valued items

jchaedles opened this issue · comments

This last PR creates a bug. change 'self.uom_id' to 'product.uom_id' in _run_fifo_vaccum

        # if product.cost_method == 'average' and not float_is_zero(product.quantity_svl, precision_rounding=self.uom_id.rounding): <--------------------------

Originally posted by @jchaedles in #157558 (comment)

Thanks @jchaedles it was fixed with 42f5e84