コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3259 ビュー

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?

アバター
破棄
最善の回答

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.

アバター
破棄
著作者

Thanks Hilar. Yay, I found em ;)

関連投稿 返信 ビュー 活動
1
7月 23
2316
4
11月 20
6513
1
3月 24
18364
1
3月 15
13294
1
3月 15
7250