跳至内容
菜单
此问题已终结
1793 查看

Hi,


If I use Settings -> Attachments I don't see all my attachments.

Eg. I have a field image = fields.Binary(... attachment=True). If I add images to a model I can't see them in the Frontend
The interesting thing is i see the Attachment in the database table.

And even if I create another field with a relation to ir.attachment I can chose this attachment in the frontend. 
How can I access this images in the backend? This query returns []

eg.
attachment_ids = ( env["ir.attachment"] .sudo() .search([("res_model", "=", "forum.post"), ("res_id", "=", 1834)]))

形象
丢弃
相关帖文 回复 查看 活动
1
3月 23
7057
2
4月 22
4522
0
10月 21
2904
2
5月 20
12533
2
12月 17
4609