Skip to Content
मेन्यू
This question has been flagged
1 Reply
3438 Views

In res.partner model there is a field named image. I can't see this field and also some other fields in the table in the database. Why is that?

I see that res.partner model is inherited from format.address.mixin and strangely enough there is no table named format.address.mixin in the db. What's happening? I got  to know that tables are defined with the model name so why can't i see few model named tables.... Am i missing something?

Avatar
Discard
Best Answer

In the case of the image in the res_partner model, you can find it in the ir_attachment table. you can search it by name as image, model as res_model.

Avatar
Discard
Author

Thanks Hilar. Yay, I found em ;)

Related Posts Replies Views Activity
1
जुल॰ 23
2510
4
नव॰ 20
6871
1
मार्च 24
18564
1
मार्च 15
13495
1
मार्च 15
7387