Hi dudes! I working on a simple app for manage tryton admin actions (like create, drop, restore, dump) on the database.
I finished all but i have problems with the restore commando. I have the dump on a python file object how i can send to jsonrpc interface? here the way to send it: https://bitbucket.org/zodman/trident/src/2e0beca4c9d7ff9d62a3f3a98cdfceeb4cd0bb1f/trident/__init__.py?at=default#cl-61 I need pass the "data" like some special encoding (utf-8)? like binary/buffer? -- Andres Vargas www.zodman.com.mx
