Hi,
I'm developing plugin for display 3D models in AR view.
I need to upload models files to Odoo (.gltf, .usdz). I'm using FieldsBinary to save it. The problem is that the files are saving in database as base64 string (without extension). To init AR view i need link to saved model with extension.
My question is:
Is there any way to make some file bucket in Odoo? The place where I can add files and got raw URL to these files?
Best solution would be for the files not to be saved in the database (because 3D model files have big size)