Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3254 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

Thanks Hilar. Yay, I found em ;)

Powiązane posty Odpowiedzi Widoki Czynność
1
lip 23
2315
4
lis 20
6507
1
mar 24
18364
1
mar 15
13293
1
mar 15
7249