Skip to Content
Menu
This question has been flagged
2 Replies
2061 Views

I'm trying to add an auto indexing field to a one2many three view, But I don't have proper idea to do it. If there any possibility to that please tell me about that

Avatar
Discard
Author Best Answer

Thanks pawan I'll try this and let you know weather it's worked or not

Avatar
Discard
Best Answer

Hello Sandaru,

Try this field in your class where you added field for One2many field. It is auto generated.

id = fields.Integer()

Avatar
Discard