The view "product.supplierinfo.form.view" has the field product_id that is only visible for the group "product.group_product_variant".
I'm updating an OCA module that inherits this view. How can I add an additional group to the list of groups that can see the product_id field? (the new group is product.group_stock_packaging)
For better future extensibility by others, I want to append to the list of groups as opposed to overwriting the group(s).