-
- Downloads
[FIX] stock: allow scrap uom editing in list view
Due to the domain dependancy of `product_uom_id` on `product_uom_category_id`, a JS error was occurring since the field wasn't available in the view. Steps to reproduce: - create a scrap - select scrap in list view - try to edit the UoM Client Error occurs instead of allowing user to edit the UoM. Fixes: odoo/odoo#92800 Part-of: odoo/odoo#114991
Please register or sign in to comment