While defining records in security.xml file, we can sometimes see lines similar to:
<field name="categ_ids" eval="[(6,0,[ref('categ_meet1'), ref('categ_meet2')])]"/>In other places, there are lines like:
<field name="groups" eval="[(4, ref('base.group_portal'))]"/> I know there is some concept about implied ids, but I don't know what these numbers mean and how to use them. Can someone please help me understand it?