This question has been flagged
1 Reply
3823 Views

Hi friendz,

Is there a way to show the object of other module to be shown directly in our form view.

For example: 
I want to show all the records available in mail.message object to the form view of Customer Form(res.partner)

I need all the records and it must be similar to looking at the Message(Settings --> Technical --> Email) in customer form itself

Thanks & Regards

Atchuthan

Avatar
Discard

You want to show all messages or only messages related to the specific partner you are viewing right now?

Author

@Karim, All messages i.e. without restriction.

For example: all transactions done like that of history tab but should show records of mail.message with no restriction

Best Answer

Try Using relational field or fields.related!

Avatar
Discard
Author

thanks, but I cant get the picture of using relational field... can you explain or give me an example