Hello everybody,
I have a problem, I want to generate a text file (.txt) from an other file (.txt) throught the wizard.
I know that OpenERP encode the file to base64.
So how can it decode it, and download it after a nit of transformation.
Which library that should I use, and how to return an action to download the generated file ?
Best regards