-
- Downloads
[FIX] mrp: show uom correctly
Before this commit, field`product_uom_category_id` was related to `product_id` which is not required and will be visible when Variants are not enabled so on such conditions no `Unit of Measure` was displayed. (As product_uom_category_id is False )
With this commit, we make this field related to `product_tmpl_id` which sets correct `product_uom_category_id` which thus we can see correct list of `Unit of Measure`.
closes odoo/odoo#48687
Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
Please register or sign in to comment