I would like the users to upload/download an svg file to/from the Odoo database.
The svg content is stored in a `fields.Text`.
I've started the download part using a button with type=object. But then in the function, I don't know what to do with my string (which contains the svg).
Some clues ?