Hi,
I'm new here ant testing external API to create account bills.
I've created with success an account_move record, and account_movelines records
But, when I upload a pdf file to ir_attachment, this file not appear in odoo site. I got an "file can't be loaded" error in site. I converted file binary in base64 string.
My odoo version is 18, and it onsite (instead local installation). I noted that odoo 18 default configuration is save files on local store, instead sabe in database.
So, what can I do to upload files and see them in site?
Thank you!