In my custom module, i want to create a button which open a system window to select a file.
Once the file selected, i need to get his path on the OS system.
I don't need/want to upload the file temporaly or wathever, i just need the path.
In python, i have `"path": fields.char()` wich will be filled up with the path. I don't want a binary field.
Is it possible ? If yes, how ?
Cordially,
I've tried :
OR
OR
OR
↧