Viewing posts for the category Tryton
Just a very quick one-liner I use when testing my import scripts on tryton (on gentoo):
So I got this error when trying to run trytond_import_countries and trytond_import_currencies ..
I tried with just exporting from postgresql like this:
Going to be using this blog post to add bits and pieces of how to use proteus to handle data in tryton.
So after being told on IRC that you can use (i)python and proteus to poke around a running tryton instance(thanks for that hint btw) I tried it and had some "fun" right away:
from proteus import config,Model pcfg = config.set_trytond(database='trytond', config_file='/etc/tryon/trytond.conf')
gave me this: