Hi all,

I've already asked about permission on fields and I knew that I have to put
the fields under groups tag:
I created a goup "mygroup" and I used it in field like this :

<field name="field_name" groups="mygoup"/>

but I when I access the field menu this error raise:

cr.execute("select 1 from res_groups_users_rel where uid=%s and gid
in(select res_id from ir_model_data where module=%s and name=%s)", (uid,
grouparr[0], grouparr[1],))
IndexError: list index out of range

Can anyone help me ?

Thanks
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to