Hi,
I'm setting up a forum with Odoo 18. Some people posted a couple of months ago, including images in their posts. Now I've noticed that these images have been wiped from the database.
I also noticed that it's not possible anymore to upload images when opening a new question. Maybe these issues are linked.
Any idea what caused the deletion of these images? I could re-upload them by hand from a back-up because it was only a handful of images, but I'd like to be sure this is not going to happen again, when the forum will be more active with hundreds of images.
Thanks,
Thibault
Maybe you've played around with CDNs or Karma points? Imported a database without the filestore at some point or has the filestore changed in other way (i.e. by odoo.conf)?
@Christoph Farnleitner - Thanks for the reply. I have customized a number of qweb views (e.g. to allow multiple answers) and I have created a server action that allows moderators to move posts from one discussion to another (changing the parent_id). However I don't think I've touched the properties of attachments. Was there a recent database update? I don't know where to check this. The only hypothesis I have is that these attachments were uploaded without being linked to a post, and then wiped by an automated action that deletes orphans attachments from portal users.
At the moment everything seems fine, users can upload and the images show up in the database with all required properties. But I'd like to be sure this is gonna stay... Thanks for the help.