Hello,
In the definition of the mrp.group_mrp_user I found the expression eval="[(4, ref('base.group_user'))]", I found that this expression is used in other several places, sometimes using the numbers 3 or 6 instead of 4, I need to understand the meaning of this 4 in this expression, thx in advance for enlightment
Here is the definition of the mrp.group_mrp_user:
<record id="group_mrp_user" model="res.groups">
<field name="name">User</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
<field name="category_id" ref="base.module_category_manufacturing"/>
</record>